Vodyanoï
403 Forbidden in production
Hey !
I'm trying to deploy to production, site is working well but filament admin panel shows 403 forbidden after login
I've implemented the filament contract (returns true for testing purpose)
(Without this implementation I get the 403 forbidden before being able to try login (as intended by Filament))
I can access the filament login page, but once I'm logged in my newly created filament user using:
I get 403 Forbidden and need to clear browser cache to be able to attempt new login
If email/password is wrong I get the normal error and can't login
Everything works fine in local env
Using apache2 proxypass to docker container running my app
Any clues ?
Thank you.
17 replies