Debugging new record creation
OlivierKamers opened this issue · 1 comments
OlivierKamers commented
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:
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?
OlivierKamers commented
I'm able to work around it by cloning this repository, adding some logs and using that custom build with yarn link
.