ABP.IO Blazor Template - Tenant login fails without error message

佐手、 提交于 2021-02-10 16:22:21

问题


I am working on a brand new ABP.IO solution with Blazor UI template. I'm unable to login to a tenant.

To replicate the issue follow below steps:

  • Run DbMigrator to create host db
  • Run web application and log into host
  • Added first tenant from UI
  • Run DbMigrator to create tenant db
  • Cleared browser cache
  • Run web application and log into tenant
    • This is where I get error: There was an error trying to log you in: '' on login.

I want to mention that I am using a SQL Account on my connection string to the host DB and to the tenant DB. This SQL login has been granted dbo permissions to both DBs and the DBmigrator console app uses the same connection string and it is able to perform all operations without any issues.

来源:https://stackoverflow.com/questions/65245505/abp-io-blazor-template-tenant-login-fails-without-error-message

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!