Laravel octane in production disables SPA Mode
So i have this weird issue when i am running laravel octane (frankenphp) in production seems to disable SPA mode.
When testing locally using php artisan octane:start --server=frankenphp --max-requests=500 --workers=auto --no-interaction it works fine, the entire application loads as expected and SPA mode works.
However, when doing the same in the production server, the application works, but for some reason it doesnt use SPA mode. Probably not a filament issue, but maybe someone else has experienced anything similiar or have any tips for troubleshooting?
When testing locally using php artisan octane:start --server=frankenphp --max-requests=500 --workers=auto --no-interaction it works fine, the entire application loads as expected and SPA mode works.
However, when doing the same in the production server, the application works, but for some reason it doesnt use SPA mode. Probably not a filament issue, but maybe someone else has experienced anything similiar or have any tips for troubleshooting?