-
Notifications
You must be signed in to change notification settings - Fork 251
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
Comments
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). |
Can confirm. Facing similar issue. |
Sorry, care to elaborate on what you mean by this? I too am facing the same issue as OP. |
Bump |
1 similar comment
Bump |
One more here, same issue. Site now down |
I'm experiencing the same issue. Thank you for your work on this module! |
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.
The text was updated successfully, but these errors were encountered: