Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: vX.X.X
- UI type: Angular / MVC
- Tiered (MVC) or Identity Server Seperated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:
Getting this error continuously when i run any project with Razor and entity framework template.
I tried from customers license too. Same error . When i turn MultiTenancy=false , it works and allows me to login as host but not as tenant since tenant selection does not show up. Earlier i did nor get this error. But since morning today i have tried several time but getting the same error.
Could you help ? Are any Nuget packages updated resulting in this error ?
Thanks
6 Answer(s)
-
0
BTW my solution is not Tiered.
-
0
-
0
Thanks for this answer. This helped me with the problem I was facing !!
-
0
I also was getting this
BusinessException: Tenant Not Found error
. Clearing the cookies solved it for me as well. -
0
normally this problem will not happe in your production environment. we as developers often recreate database, delete tenants etc. that's why we face this problem.
-
0
Greetings; The documentation should reflect this issue. I just spent three days trying to figure this issue out, after first going through the training docuenttion (turning MulitTenant=false), and trying to create new applications.
Something to the extent of:
Note: After settings MulitTenancy=false, a cookie is created. If you are in a development environment working with multiple instances of ABP.IO, you may need to delete cookies on your browser.
Many thanks,
--Dave