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
When new data is created via REST API, on afterCreate event UUID field has value null.
When creating the same data from Strapi Admin everything works fine.
The text was updated successfully, but these errors were encountered:
can you give me more info please? i tried this out and to me it's not null. How are you trying to create the record? can you share part of your model. thanks
I am facing the same issue. Maybe its an issue with users permissions?
I added a field called "uuid" to my user model with custom field type auto-uuid as described. Works in Admin UI Editor. When creating a user with Rest API /auth/local/register and omitting the uuid field the uuid field keeps null for the newly created user.
When new data is created via REST API, on
afterCreate
event UUID field has valuenull
.When creating the same data from Strapi Admin everything works fine.
The text was updated successfully, but these errors were encountered: