I created a new Laravel 11 app and try to move functionality from Laravel 10/livewire 3 app
with 2 panels admin and app.
But I have a problem with rendering “app” page:
I see error with invalid url
GET http://127.0.0.1:5173/resources/css/filament/app/theme.css net::ERR_ABORTED 404 (Not Found)
and output :
npm run dev
VITE v5.3.5 ready in 286 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
LARAVEL v11.19.0 plugin v1.0.5
➜ APP_URL: http://local-quizzes11.com
where
http://local-quizzes11.com
is virtual hosting of apache 2 under kubuntu 22.04 andf it is written in APP_URL parameter of .env file.
Did I miss some option ?