Acting As Returning 403
I am trying to create tests for my filament project so I can get higher test coverage.
I am starting with a basic page but it is struggling with the auth.
I have 2 models for Admins and for Users so have created my own guard, so not sure if that is the issue.
If I instead use my user model I get a 302, which makes sense as it is redirecting to the login.
Currently my Admins has no roles so as long as you can authenticate you are able to access anything.
Not sure what other information people would like but please let me know
Solution:Jump to solution
Figured it out. It was because my Admin model did not implement FilamentUser
1 Reply
Solution
Figured it out. It was because my Admin model did not implement FilamentUser