Open Closed

Tenant not found error #288


User avatar
0
kirtik created

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)
  • User Avatar
    0
    kirtik created

    BTW my solution is not Tiered.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Did you try clear cookies?

  • User Avatar
    0
    shwetha.prakash created

    Thanks for this answer. This helped me with the problem I was facing !!

  • User Avatar
    0
    theChrisMarsh created

    I also was getting this BusinessException: Tenant Not Found error. Clearing the cookies solved it for me as well.

  • User Avatar
    0
    alper created
    Support Team Director

    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.

  • User Avatar
    0
    davidc@educlarity.com created

    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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11