How to login Root (aka Super or Admin) tenant after changing to use DomainTenantResolver #13891
Unanswered
nguyenhmtriet
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Can you check the logs? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
My project used to default tenant resolver which were QueryString/Cookie. These will enable Switch tenant button for us to change tenant on Login page. After a while, my team decided to change using subdomain for each tenant (e.g: https://tenant-xx.mydomain.com). It works perfectly for all of tenants.
However, I couldn't login to root account without typing subdomain (e.g: https://mydomain.com). According to this DomainTenantResolver sample, I try to import as much as possible modules. But I didn't know whether I missed some modules which were required to enable Admin login.
Beta Was this translation helpful? Give feedback.
All reactions