ERROR: There was an error building form state "message": "Unauthorized" #10986
Unanswered
TheRefineryAU
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue with this, seems to be related to authorisation. I'm logged in and yet i get:
ERROR: There was an error building form state err: { "type": "Error", "message": "Unauthorized", "stack": Error: Unauthorized at buildFormStateHandler (webpack-internal:///(rsc)/./node_modules/@payloadcms/ui/dist/utilities/buildFormState.js:53:15) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
My access is:
access: { create: authenticated, delete: authenticated, read: anyone, update: authenticated, },
Beta Was this translation helpful? Give feedback.
All reactions