Error upgrading from V2

What I am trying to do:
  • Upgrading from V2
What I did:
  1. Followed the steps on https://filamentphp.com/docs/3.x/panels/upgrade-guide
  2. Searched a ton but no one faced a similar error
  3. Followed the first-aid
My issue/the error:
  • I have basically a blank page with livewire/alpine errors.
image.png
Solution
Basically two things:
  1. One browser extension messing things up (found out by opening on an anonymous tab)
  2. Had the APP_URL on the .env pointing to the prod website instead of localhost (as now filament publish js/css files to the public folder, they couldn't be reached)
Was this page helpful?