-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert broken #2
Comments
I was unable to reproduce this problem on the |
i'll try to reproduce that anyway |
ok, reproduced |
actually i didn't get the error itself because of PostgREST/postgrest#1323 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems insert is broken, the query builder is JASON.encoding the body, and then the Fetcher is JSON encoding a second time, which causes a malformed payload and the insert POST returns a 201 but doesn't actually create a row.
The text was updated successfully, but these errors were encountered: