You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for this repo, Its a really fun project to work with.
I have been having a really strange issue, I have deployed the application and have made a couple of changes, mainly updating WordPress adding plugins and themes, as well as changing the server to nginx. However the issue I have has occurred since the very beginning. While I'm making changes to the backend, the page would redirect back to the WordPress installing page, this will persist for a few minutes then it will go back to normal.
Initially I reentered the site details on the wordpress installation page and after I submit I would get a database error from wordpress giving me a rather long output about the issue. "has exceeded the 'max_questions' resource".
I'm stumped by this one because for no reason at all the website will run again and it will be fine for 20 mins and it repeats again.
Has anyone else gotten this issue?
The text was updated successfully, but these errors were encountered:
Your database plan has a max connections limit. It reset after 1 hour.
In particoular jawsdb has 10 connections for free plan.
I'm also trying to handle properly this issue because also the 10$ plan is limited to 15 connections (instead of 10) and sometime they could be not enough for me.
Thank you so much for this repo, Its a really fun project to work with.
I have been having a really strange issue, I have deployed the application and have made a couple of changes, mainly updating WordPress adding plugins and themes, as well as changing the server to nginx. However the issue I have has occurred since the very beginning. While I'm making changes to the backend, the page would redirect back to the WordPress installing page, this will persist for a few minutes then it will go back to normal.
Initially I reentered the site details on the wordpress installation page and after I submit I would get a database error from wordpress giving me a rather long output about the issue. "has exceeded the 'max_questions' resource".
I'm stumped by this one because for no reason at all the website will run again and it will be fine for 20 mins and it repeats again.
Has anyone else gotten this issue?
The text was updated successfully, but these errors were encountered: