Nico

Results 16 comments of Nico

Are your permissions set up correctly? e.g. the admin user you created has the necessary permissions to view the admin sections? If you've changed your user model after creating the...

Sorry for the late response, been busy lately. I've tried to replicate this but it's working correctly for me: - Installed Filament + Sanctum + Filament Access Control - Created...

Weird, according to the documentation it should be a required property: https://developers.google.com/wallet/tickets/events/rest/v1/eventticketclass#EventTicketClass Is this an issue only for the `GET` request?

I'll need some more details regarding your setup here. Are you using a custom user model for authenticating the admin, or the default `FilamentUser` one? If you're using a custom...

I've had this issue before, and the problem is that Filament defines routes for downloading the export and failed import rows. The guard used for these route cannot be customized....

I just saw that they changed this recently: https://github.com/filamentphp/filament/commit/78bf1ba9ca684b42a68dda589303a4064ef6dd5d So I assume it would be enough now to overwrite that middleware.