I got this error, when trying to insert into a managed postgres db from digital ocean, i could view the db in the database manager and manual add rows. But when inserting in the live app, i got below error
Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?
I had a similar problem with Inserts from Wappler.
I could insert from DBeaver, but when doing Wappler insert step, it would timeout randomly.
Could not identify what the issue was, but restarting my Postgres server fixed it.
Don’t know if its the same in your case, but you can try restarting your DB server as well.
inserting and querying gives error ,i am on live server.
i am experiencing it on all tables. i can view the database on dbeaver and wappler database manager, and i can insert manually also
i have already sent my setup above(in my second reply). pls review it