-
Notifications
You must be signed in to change notification settings - Fork 26
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
422 Unprocessable entity #52
Comments
It's happening for me as well. I am adding in the content-type of application/json. With or without that it fails. curl --location --request POST 'https://jsonbin.org/psotos/blog' |
Getting the same! On inspection, the data is being written just fine -- but not returning 200. |
@remy this seems to still happen. Any ideas or can we get more debugging information? |
Same here. The data is successfully saved in json, just giving 422 status code in console.log after the POST request. |
Got the same error. Data gets added but response is 422 |
Same here |
same here |
@remy what do you think, could you address the issue? It's currently impossible to store arrays on the server. |
I'm soooper late replying (literally years later), but I couldn't replicate this using the first example. Is there data already at the endpoint and you're trying to push or is it that you're trying to start an array? |
On my case I a trying to patch data on the endpoint (to change the contents) but I can't. |
@Pipth do you have a curl example (with your token removed) that I can use to replicate? |
curl -X PATCH "https://jsonbin.org/me/data/metadata" |
same here |
POST is error, and Get is OK. |
When I first registered (around September 2022), it was good. Later, due to the large content, the author helped me clear it a few days ago. Now I have discovered this problem. |
@ythong can you share the specific code (with the API token removed) that you're seeing the error with? Similar to what @innowesley has done. |
For some reason this started today. I'm using the exact sample as in the documentation:
Any ideas?
The text was updated successfully, but these errors were encountered: