v3 upgrade
After upgrading it seems that the css is not compiled anymore, any idea what i can do to fix this
3 Replies
running npm run dev?
@justjosef yes did a build and a dev no fix
console is showing
although it looks like all js and .css is 404
running the php artisan filament:install
command did the trick here
Uncaught TypeError: $store.sidebar is undefined
anonymous http://localhost/livewire/livewire.js?id=b67331b2 line 896 > AsyncFunction:3
generateEvaluatorFromString http://localhost/livewire/livewire.js?id=b67331b2:914
tryCatch http://localhost/livewire/livewire.js?id=b67331b2:838
<anonymous> http://localhost/livewire/livewire.js?id=b67331b2:3182
reactiveEffect http://localhost/livewire/livewire.js?id=b67331b2:2074
effect2 http://localhost/livewire/livewire.js?id=b67331b2:2049
effect http://localhost/livewire/livewire.js?id=b67331b2:485
wrappedEffect http://localhost/livewire/livewire.js?id=b67331b2:501
<anonymous> http://localhost/livewire/livewire.js?id=b67331b2:3182
flushHandlers http://localhost/livewire/livewire.js?id=b67331b2:996
stopDeferring http://localhost/livewire/livewire.js?id=b67331b2:1001
deferHandlingDirectives http://localhost/livewire/livewire.js?id=b67331b2:1004
initTree http://localhost/livewire/livewire.js?id=b67331b2:1187
start http://localhost/livewire/livewire.js?id=b67331b2:1142
start http://localhost/livewire/livewire.js?id=b67331b2:1141
start3 http://localhost/livewire/livewire.js?id=b67331b2:7963
<anonymous> http://localhost/livewire/livewire.js?id=b67331b2:8864
EventListener.handleEvent* http://localhost/livewire/livewire.js?id=b67331b2:8863
<anonymous> http://localhost/livewire/livewire.js?id=b67331b2:8867
livewire.js:3:16
Uncaught TypeError: $store.sidebar is undefined
anonymous http://localhost/livewire/livewire.js?id=b67331b2 line 896 > AsyncFunction:3
generateEvaluatorFromString http://localhost/livewire/livewire.js?id=b67331b2:914
tryCatch http://localhost/livewire/livewire.js?id=b67331b2:838
<anonymous> http://localhost/livewire/livewire.js?id=b67331b2:3182
reactiveEffect http://localhost/livewire/livewire.js?id=b67331b2:2074
effect2 http://localhost/livewire/livewire.js?id=b67331b2:2049
effect http://localhost/livewire/livewire.js?id=b67331b2:485
wrappedEffect http://localhost/livewire/livewire.js?id=b67331b2:501
<anonymous> http://localhost/livewire/livewire.js?id=b67331b2:3182
flushHandlers http://localhost/livewire/livewire.js?id=b67331b2:996
stopDeferring http://localhost/livewire/livewire.js?id=b67331b2:1001
deferHandlingDirectives http://localhost/livewire/livewire.js?id=b67331b2:1004
initTree http://localhost/livewire/livewire.js?id=b67331b2:1187
start http://localhost/livewire/livewire.js?id=b67331b2:1142
start http://localhost/livewire/livewire.js?id=b67331b2:1141
start3 http://localhost/livewire/livewire.js?id=b67331b2:7963
<anonymous> http://localhost/livewire/livewire.js?id=b67331b2:8864
EventListener.handleEvent* http://localhost/livewire/livewire.js?id=b67331b2:8863
<anonymous> http://localhost/livewire/livewire.js?id=b67331b2:8867
livewire.js:3:16
try
php artisan filament:upgrade
php artisan filament:upgrade