Panel loading issues after page refresh

Wonder if anyone could help me figure out if I missed something silly. It's a fresh L10 app, setup with jetstream/inertia. When hitting the panel initially it works but on subsequent refreshes it breaks. There's no errors in the console, no red in the network tab. This is all local, not in production, did I overlook something? I did the following:
composer require filament/filament:"^3.0-stable" -W
php artisan filament:install --panels
php artisan make:filament-theme admin
First, add a new item to the `input` array of `vite.config.js`: `resources/css/filament/admin/theme.css`
Next, register the theme in the admin panel provider using `->viteTheme('resources/css/filament/admin/theme.css')`
Finally, run `npm run build` to compile the theme
composer require filament/filament:"^3.0-stable" -W
php artisan filament:install --panels
php artisan make:filament-theme admin
First, add a new item to the `input` array of `vite.config.js`: `resources/css/filament/admin/theme.css`
Next, register the theme in the admin panel provider using `->viteTheme('resources/css/filament/admin/theme.css')`
Finally, run `npm run build` to compile the theme
"filament/filament": "^3.0-stable",
"inertiajs/inertia-laravel": "^0.6.8",
"laravel/framework": "^10.10",
"laravel/jetstream": "^3.2",
"livewire/livewire": "^3.0@beta",
"filament/filament": "^3.0-stable",
"inertiajs/inertia-laravel": "^0.6.8",
"laravel/framework": "^10.10",
"laravel/jetstream": "^3.2",
"livewire/livewire": "^3.0@beta",
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server