remy / jsonbin

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

JSON store too large prevents any further usage #37

Closed bakapear closed 4 years ago

bakapear commented 5 years ago
{
"message": "The JSON store for \"bakapear\" is too large and can cause memory heap allocations failures. Please get in touch via the github issues to have your store manually reduced.",
"status": 500
}

I put a very large JSON object inside my store and would like it to get removed please. It's stored under /bakapear/tfvoices. I hope the other paths are still okay... :(

remy commented 4 years ago

sorry for dropping this - will close (given it's 1yr+ old) - ping a new issue if you're seeing new problems.

bakapear commented 4 years ago

It still gives me the message though :(

remy commented 4 years ago

@bakapear oh, it's because your store is too big and I can see from other issues that delete might be a problem…

I'll check your record and see what's up.

remy commented 4 years ago

If curl/download your jsonbin.org/me url, do you get the full 1.19mb json?

bakapear commented 4 years ago

I cannot login to the site because of the error message and thus cannot retrieve my token to make the request.

remy commented 4 years ago

lol - of course, because it updates your last log in time, but then fails to write, and thus throws you out - okay, I need to fix that!

remy commented 4 years ago

Can you give that another try - I've made a small tweak to help you get back in.

bakapear commented 4 years ago

Thank you, everything works as intended now!