Getting a 404 when trying to register a tenant
I'm trying to enable the tenant registration feature in one of my panels but I'm getting a 404 when I try to access the page:
Here is the code from my panel:
The route is listed as expected:
Any idea why there is a query being made for this customer model?
No query results for model [App\Models\Customer] newHere is the code from my panel:
The route is listed as expected:
GET|HEAD app/new .................... filament.customer.tenant.registration › App\Filament\Customer\Pages\RegisterCustomerAny idea why there is a query being made for this customer model?