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.
Solution:Jump to 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)...
5 Replies
Looks like you are including a js script that is doubling the inclusion of alpine.
Managed to solve it, thank you!
Maybe share how you solved it so others in the future can find it during a search.
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)
Awesome. Glad you figured it out and thank you for sharing. I’m sure other will benefit.