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
Got a ValidationError when calling PermissionProfile.objects.create(). This may be because request data satisfies serializer validations but not Mongoengine`s. You may need to check consistency between PermissionProfile and PermissionProfileSerializer. Original exception was: '' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string
The text was updated successfully, but these errors were encountered:
Got a
ValidationError
when callingPermissionProfile.objects.create()
. This may be because request data satisfies serializer validations but not Mongoengine`s. You may need to check consistency between PermissionProfile and PermissionProfileSerializer. Original exception was: '' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex stringThe text was updated successfully, but these errors were encountered: