Unable to access User panel after deploying my application.
Applications works well locally but get the attached error when I deploy it.
7 Replies
Where is this route defined?
Do you use it on a page?
If you defined it yourself it should be something like:
Have not defined any route
On which page do you get this error?
On the users page
Locally I'm able to access, I push the same code to the repo and pull on the production server and I get that error.
Other pages are working ok.
do other filament page works on production? https://filamentphp.com/docs/3.x/panels/installation#deploying-to-production
Have defined roles and permissions.
Have resolved the issue. There was a user without permissions defined so when I deleted that specific user I'm able to load the page now.