Hello all, I'm running into an issue on prod where admins can login, but every request made returns a 401
UnauthorizedError: Unauthorized, you must be logged in to make this request.
We can all login. We can all see the item count in each collection, but nothing displays and the requests return a 401.
Does anyone know what's going on? Previously we ran dev and had no issues.
@jmikrut How do I run into every issue ever?
lmao
cries
OK now i can see some of the data
but still get a 401 on every admin request
this must be related to your access control settings
or possibly your CSRF settings?
maybe try and whitelist the domains you are using in the
csrf
property
This was some oddity with access controls that seems to be resolved now.
ahh beautiful