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
I run Nuxt3 in development (or production) mode, some time passes and it loses connection to the database
Describe the bug
I've had a problem with Nuxt3 for some time, or more precisely with Nitro built into it. I'm using the experimental "database" option and I'm using mysql2 as a connector. The problem is that after some time of inactivity on the site, it disconnects the connection to the database and the only thing I have in the logs is this: [nuxt] [request error] [unhandled] [500] Can't add new command when connection is in closed state
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
I run Nuxt3 in development (or production) mode, some time passes and it loses connection to the database
Describe the bug
I've had a problem with Nuxt3 for some time, or more precisely with Nitro built into it. I'm using the experimental "database" option and I'm using mysql2 as a connector. The problem is that after some time of inactivity on the site, it disconnects the connection to the database and the only thing I have in the logs is this:
[nuxt] [request error] [unhandled] [500] Can't add new command when connection is in closed state
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: