I'm not actually sure the middleware is even 'running' per se, as no dd() even works in it. I do, however, see it listed in the request stack and if I put garbage in it, it will error out as expected...
I'm using Laravel 8 with Fortify/Jetstream, and this error occurs after registration and redirection to the Dashboard
Completely lost on this error. I'm using a middleware (IdentifyTenant) to determine tenants like so:
Kernel.php:
I'm not actually sure the middleware is even 'running' per se, as no dd() even works in it. I do, however, see it listed in the request stack and if I put garbage in it, it will error out as expected...
I'm using Laravel 8 with Fortify/Jetstream, and this error occurs after registration and redirection to the Dashboard