remy / jsonbin

A personal JSON store as a RESTful service
https://jsonbin.org
393 stars 25 forks source link

Service down #66

Closed rlaurente closed 5 months ago

rlaurente commented 5 months ago

Hi there

I'm not sure if it's only me but it seems the service is down.

Thanks

remy commented 5 months ago

Definitely down. Though it's actually the DNS routing, the backend of the service is fine (and more importantly, so is the data).

I'm working on fixing it, but got personal stuff that's taking priority at the moment, so it's going to likely be a few days. Sorry.

I'll use this issue to keep ppl posted.

rlaurente commented 5 months ago

no worries, this service is amazing though! Thanks for providing this service

remy commented 5 months ago

starting to come back now - I've been able to sign in and it's working, but dns will need to propagate.

gerkim62 commented 5 months ago

I don't know if it is only me, but my code for sending some object to an array hosted at jsonbin was working well previously but since the recent incident, it is returning

{ "message": "Invalid JSON structure", "status": 422 } 422 Unprocessable Entity . i havent touched the code

remy commented 5 months ago

@gerkim62 I'll need a sample of repeatable code.