The GET method is not supported for route livewire/update. Supported methods: POST.

I'm working with a fresh install of Laravel and Filament. I followed the installation steps for Filament and set up a user, but when I go to login I get a 502 Bad Gateway error.

Laravel 10
PHP 8.2
Nginx 1.25.3
PostgreSQL 15
Filament 3
OS: Mac
Using valet and dbngin for local testing.

I've tried multiple times with fresh installs thinking maybe I missed a step but I keep ending in the same result. I can see the user in my DB table.
Livewire was installed with Filament.

https://flareapp.io/share/Lm89VNRP
Flare
The GET method is not supported for route livewire/update. Supported methods: POST. - The error occurred at http://filament-panel.test/livewire/update
Solution
Sounds like there’s an issue with your valet setup though.
Was this page helpful?