Knex: Timeout acquiring a connection error after 4.8.1 update

Postgresql - Nodejs - Local Docker

Updated Wappler to 4.8.1 a couple hours ago, now I’m getting this error when saving a page and reloading the app in the browser:

{
  "status": "500",
  "message": "Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?",
  "stack": "KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?\n    at Client_PG.acquireConnection (/opt/node_app/node_modules/knex/lib/client.js:305:26)\n    at runNextTicks (node:internal/process/task_queues:61:5)\n    at listOnTimeout (node:internal/timers:528:9)\n    at processTimers (node:internal/timers:502:7)\n    at async Runner.ensureConnection (/opt/node_app/node_modules/knex/lib/execution/runner.js:259:28)\n    at async Runner.run (/opt/node_app/node_modules/knex/lib/execution/runner.js:30:19)\n    at async App._exec (/opt/node_app/lib/core/app.js:487:30)\n    at async App._exec (/opt/node_app/lib/core/app.js:458:17)\n    at async App.exec (/opt/node_app/lib/core/app.js:427:9)\n    at async App.define (/opt/node_app/lib/core/app.js:417:9)"
}

Never had this before updating. When I deploy, the app works again

Community Page
Last updated: