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 trying to create new records we are getting error 422's. According to the documentation the response in that case contains validation errors:
The following properties must be included in order to create/update a record object in our system. Any validation errors will return a 422 and an object with a list of validation errors.
Because the errors are wrapped inside the fetcher we only see an error with message "HTTP 422".
Is there a suggested way of debugging what we're doing wrong?
The text was updated successfully, but these errors were encountered:
Hi,
When trying to create new records we are getting error 422's. According to the documentation the response in that case contains validation errors:
Because the errors are wrapped inside the fetcher we only see an error with message "HTTP 422".
Is there a suggested way of debugging what we're doing wrong?
The text was updated successfully, but these errors were encountered: