Hi,
Can you commit your changes to github for me please so I can take a look?
Hi,
Thank you for looking into this. No, we don't currently have a site deployed where this issue exists. We are in the process of migrating our code from abp7 to abp9 and now are experiencing this issue.
I'm not convinced the login page is the issue as even if I use ABP's version of the login page (with the tenant switcher) the CurrentTenant object still is not populated properly.
you can look at the NuGet.Config.Online file to get the devexpress nuget source
As I have already told you I have not been able to reproduce the issue with a new template.....hence why I'm sharing our source code with you so you can take a look at it.
Hi,
Yes that is correct.
Hi,
Just get the code up and running and then create the initial db. Log in as admin (host user) create a tenant (which will create new db) and then log in as that tenant user. Go to the 'companies' link in the left nav bar and you'll see that the current tenant is not set correctly otherwise 2 companies would be showing there.
I've also put the Current Tenant Name and ID on the default page when you log in as a tenant and you'll see they don't contain the specific tenant information.
I suspect that you will not be able to get the code up and running as our solution is complicated, so I think you're best bet is to just look at the code in question (probably the login in logic) and tell me what might be wrong that is causing the CurrentTenant not to be set properly.
This still has not worked. I've given you access to our forked source code where this an issue. The branch name 'Integration-BugFixes' in this forked report is the branch that has the code you want to look at.
Thanks.
Exactly where do I make your suggested change and will this set the current tenant correctly so all queries I’ll to the db will be filtered by that tenant automatically?
I have found that everywhere in my blazor wasm app the current tenant is not being set correctly. No idea why.
Exactly where do I make your suggested change and will this set the current tenant correctly so all queries I’ll to the db will be filtered by that tenant automatically?