Cannot View or Access UserResource and Custom Resource in Filament Admin Panel
What I am trying to do:
I am trying to view and manage the UserResource and another custom resource in the Filament admin panel.
What I did:
I created the UserResource and a custom resource.
I verified that the routes for these resources are generated correctly.
I tried accessing the resources directly via cy.test/admin/users, but I get a "Forbidden" error.
I deleted and recreated the UserResource with the default information, but it still doesn't appear in the sidebar.
I deactivated Filament Shield to ensure it wasn't a permissions issue.
My issue/the error:
The UserResource and the custom resource are not appearing in the sidebar, and I cannot access them directly. Other resources I've created are working fine. The relevant routes are generated, but trying to access them results in a "Forbidden" error.
Thanks in advance!
0 Replies