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
Describe the bug
When embedding the content and using Record Manager it seems like it keeps open connections to mysql and opens up a new connection on each api request. I soon get Too many connections error from mysql
Expected behavior
Connection should be terminated once the API request finishes