You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the multi-tenant example and it fails when trying to display the Tenant field when creating a new user.
I also tried changing the array-type field tenants into a group-type, and it worked.
Also tried creating an array-type field with relationship to Pages and it didn't work
Start new project with a few collections (users, media, pages),
within one of the collections (pages) put an array type field that includes relationship type field
start app
try create new (page) and open array field
ui stuck on loading state && console throws:
"type": "Error",
"message": "Field config not found for _pages.auth.sections.id",
"stack":
Error: Field config not found for _pages.auth.sections.id
at addFieldStatePromise (webpack-internal:///(rsc)/./node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_re_iitep6qeqia34bg4guvfwem574/node_modules/@payloadcms/ui/dist/forms/fieldSchemasToFormState/addFieldStatePromise.js:550:15)
Which area(s) are affected? (Select all that apply)
Describe the Bug
I tried using the
multi-tenant
example and it fails when trying to display the Tenant field when creating a new user.I also tried changing the array-type field
tenants
into a group-type, and it worked.Also tried creating an array-type field with relationship to
Pages
and it didn't workhere is the users config:
Successfully reproduced with another project
Link to the code that reproduces this issue
https://github.com/MrLijan/payload-report-issue (OR use the multi-tenant example)
Reproduction Steps
pages
) put an array type field that includes relationship type fieldWhich area(s) are affected? (Select all that apply)
area: ui, area: core
Environment Info
The text was updated successfully, but these errors were encountered: