Skip to content
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

ER_USER_LIMIT_REACHED: User 'xxxx' has exceeded the 'max_questions' resource (current value: 3600) #72

Open
ashispavan opened this issue Mar 14, 2021 · 7 comments
Labels
bug Something isn't working

Comments

@ashispavan
Copy link

ashispavan commented Mar 14, 2021

Describe the bug
With only a couple pages, I am getting this error on the deployed version of Ghost CMS on heroku:
ER_USER_LIMIT_REACHED: User 'xxxx' has exceeded the 'max_questions' resource (current value: 3600)

To Reproduce
Steps to reproduce the behavior:

Add/edit a couple of posts on the Ghost CMS instance. Read the instance APIs using a NextJS front-end stack deployed in Vercel.

Expected behavior
No error should be thrown for seemingly light activities.

How are you deploying this?
Clicked on 'Deploy to Heroku' and followed the setup steps.

@ashispavan ashispavan added the bug Something isn't working label Mar 14, 2021
@MeAtPros
Copy link

MeAtPros commented Apr 15, 2021

It seems to me that this is not an installation error, and it will exceed the database limit. Add migrate='safe' to your models. Otherwise mysql-adapter will spawn a new connection for every model/table it tries to alter (apparently ignoring the connection pool settings).

@az0mb13
Copy link

az0mb13 commented Apr 25, 2021

Can confirm. Facing similar issue.

@seanng
Copy link

seanng commented Jun 17, 2021

Add migrate='safe' to your models.

Sorry, care to elaborate on what you mean by this? I too am facing the same issue as OP.

@oliVRqin
Copy link

Bump

1 similar comment
@matthewspear
Copy link

Bump

@codechair
Copy link

One more here, same issue. Site now down

@MarcManiez
Copy link

I'm experiencing the same issue. Thank you for your work on this module!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants