I have a content type with a field which is a non-repeatable.
I using REST Post request with the required fields, including the component field with all of its data. I managed to create the entry, but the component is not created, it seem like it was ignored by strapi create.
- On V4 it creates the component correctly, V5 the component was not created.
I added the config entry:
'users-permissions': { config: { register: { allowedFields: ['profile'], populate: '*' }, }, },
Which handled the ‘field’ error
any suggestions?
This topic has been created from a Discord post (1297724168002998352) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord