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 i try to register with post man it gave this error { "name": "RegistrationFailed", "message": "Verify the following fields", "code": "validation_failed", "status": 400, "errors": [ { "message": "\"name\" must be a string", "path": [ "name" ] }, { "message": "\"lastname\" must be a string", "path": [ "lastname" ] }, { "message": "\"username\" must be a string", "path": [ "username" ] }, { "message": "\"password\" must be a string", "path": [ "password" ] }, { "message": "\"type\" must be a string", "path": [ "type" ] } ] }
The text was updated successfully, but these errors were encountered:
when i try to register with post man it gave this error
{ "name": "RegistrationFailed", "message": "Verify the following fields", "code": "validation_failed", "status": 400, "errors": [ { "message": "\"name\" must be a string", "path": [ "name" ] }, { "message": "\"lastname\" must be a string", "path": [ "lastname" ] }, { "message": "\"username\" must be a string", "path": [ "username" ] }, { "message": "\"password\" must be a string", "path": [ "password" ] }, { "message": "\"type\" must be a string", "path": [ "type" ] } ] }
The text was updated successfully, but these errors were encountered: