filament/filament
v3.2.117
11.27.2
No response
PHP 8.3.0
When using Multi-Tenancy in Combination with ->path('')
(or ->path('/')
) and without ->tenantRoutePrefix('xyz')
Routes in routes/web.php
and other Packages routes (for example /horizon
from Laravel Horizon) result in a 404 not found error (or a redirect to /login if not logged in to filament).
// routes/web.php
return [
Route::get('/test', function () { // Results in 404
return "OK";
}
];
Filament's Routes should be registered after the Routes in web.php
and after other Packages Routes.
Visiting /test
should work, visiting /horizon
should work.
->path('')
for the panel/test
Route in web.php
/test
-> Results in 404https://github.com/mrmonat/filament-issue
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too