Auth does not work - Base table or view not found #430
Unanswered
MartinWeidner
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @MartinWeidner. Please post your Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I installed a fresh laravel and followed the instructions to install and configure the package. The DomainTenantFindet seemed to working, migrations and commands also... But Auth using laravels auth facade don't work...
Steps to reproduce:
I've also added Domains and Databases on my local environment
Tenant::current() returns null (on landlord domain) or the correct tenant.
If I am on a subdomain and try to register a user, i got error
http://tenant1.multitenancy.localhost/register
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'multitenancy.users' doesn't exist
The table exisits on the tenant database...
If you need further information, let me know and I will provide as possible.
Thanks in Advance
Martin
Beta Was this translation helpful? Give feedback.
All reactions