I have a fresh install of Laravel 11 using Jetstream's Livewire. I've updated my Laravel installer. But during installation, I get an error. What am I doing wrong? I did not have this error until Jan 20, 2025.
When I do npm i
, and run npm run dev
, that's when I get the error. I'm running the app in a Docker container using Laravel Sail. When I try to run the Filament panel I'm getting
Vite manifest not found at: /var/www/html/public/build/manifest.json
error when starting dev server:
TypeError: Invalid URL
at new URL (node:internal/url:818:25)
at getAdditionalAllowedHosts (file:///var/www/html/node_modules/vite/dist/node/chunks/dep-BdTvomPN.js:37687:29)
at resolveConfig (file:///var/www/html/node_modules/vite/dist/node/chunks/dep-BdTvomPN.js:53812:29)
at async _createServer (file:///var/www/html/node_modules/vite/dist/node/chunks/dep-BdTvomPN.js:43695:18)
at async CAC.<anonymous> (file:///var/www/html/node_modules/vite/dist/node/cli.js:746:20)