ERROR: There was an error building form state "message": "Unauthorized" #10986
Unanswered
TheRefineryAU
asked this question in
Q&A
Replies: 1 comment
-
What is it you are trying to do and accomplish? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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