No I don't have any error and tenant exists
Hi
step to reproduce:
You get an error because admin user doesn't exists. So if you look into db the user admin for tenant not exists
Hi @muhammedaltug
thanks for your quickly reply.
I add some note to integrate your suggestion:
//tsconfig.json
"paths": {
"your-project": ["projects/your-project/src/public-api.ts"],
"your-project/proxy": ["projects/your-project/proxy/src/public-api.ts"] // this line added without *
}
{
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../../dist/your-project/proxy",
"lib": {
"entryFile": "src/public-api.ts"
}
}
Ok a prepare a full solution and send it
Has you try to build for production?
If you debug it it works fine but is in production mode that customization not work
I send an email with code
HI maliming
we are focus in a project roll out . I prepare a zip folder next week.
Thanks for your patience
Hi
I use the guide suply from my prev ticket.
I don't do anything in bundling, just copy ang paste the lepton theme css on custom folder change to apply my style
Ok but this il the flow from ABP.IO to ANZ but user start process from ANZ page in SAAS enviroment and need to be redirect to a auth server. The target auth server is in multi tenant enviroment. The correct flow I think is the first on the picture below but at the moment is not possibile. A mitigation of this could be setting tenant automaticly (es using {TENANCY_NAME} on config)
Hi @gterdem
this schema works on multitenant side?
My team try to use it in SAAS app but they are not able to pagging tenant to Identity? we need to use special config to passing tenant on login process?