The SaaS Module is distinct from multi-tenancy. It deals with the management of tenants and editions. Therefore, if you wish to remove or disable this module for a client, you should remove the SaasConfigModule.forRoot() line from app.module.ts. This is a design decision. The host can opt to disable multi-tenancy, but the database and other modules might still have or desire management capabilities. Hence, it is decoupled
Hi mahmut.gundogdu! Currently! After a time we running in AKS our testing enviroment work normaly both tenant and host. When we deploy this code to staging enviroment, an error which is the same like before. in tenant we cannot login on angular side when we check the error on the server, I see:
I'm looking forward to your response!
I would check the config. Especially environment (angular). Do you have sperated env file for staging . Sorry I miss/skip the question
Thanks Mahmut, I actually rerun with npm install --force, and all the errors gone with the exception of the one related to ./roles.component, but I am still having the same issue in the gif, the login page goes in a loop and I never see the main page.
After rebuilding the project, re running DbMigrate, the login loop is stopped but when visiting the Angular App, I get error related to redirect_uri
the value is the same one in the OpenIddictApplications
it is ot related the client side so you can't fix with npm install. Openiddict has allowed redirect list. your url is not constain . @maliming might describe well
Hello, Is there any update on this?
I deleted the
node_module
along with theyarn.lock
andpackage-lock.json
and runyarn install
again, here is what I get:
I suggested, I uses yarn insead of 'npm' yarn fixed 3. party library version issues.
I think ,you upgrade your app but you can't applied breaking changes. Guards changed in angular. you may read migration guide.
https://docs.abp.io/en/abp/latest/Migration-Guides/Index
I have created issue in my local. When I upgrade Angular for my application from 16.0 to 16.2. It have fixed. There appears to be a version conflict with Angular (likely caused by third-party software). Are you able to try it? and have the solution approved?
Could you descibe more? What do you mean form module ?
I thought I found the main issue. But I couldn't yet. I am working on it. I have removed the answer (second time)
I thought I found the main issue. But I couldn't yet. I am working on it. I have removed the answer
Yes, It was changed in v7.4. The doc updated but, There was a problem in the pipeline, It couldn't published yet. You can check the doc directly the link. https://docs.abp.io/en/commercial/latest/migration-guides/v7_4
I have refunded your credit.