Strapi not redeploying
davidbucka
HOBBYOP

2 years ago

yarn run v1.22.22

$ strapi start

[2024-04-29 19:04:59.633] debug: ⛔️ Server wasn't able to start properly.

[2024-04-29 19:04:59.635] error: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?

KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?

at ClientPG.acquireConnection (/app/nodemodules/knex/lib/client.js:332:26)

at async Runner.ensureConnection (/app/node_modules/knex/lib/execution/runner.js:305:28)

at async Runner.run (/app/node_modules/knex/lib/execution/runner.js:30:19)

at async Strapi.bootstrap (/app/node_modules/@strapi/strapi/lib/Strapi.js:457:9)

at async Strapi.load (/app/node_modules/@strapi/strapi/lib/Strapi.js:504:5)

at async Strapi.start (/app/node_modules/@strapi/strapi/lib/Strapi.js:224:9)

error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

yarn run v1.22.22

$ strapi start

[2024-04-29 19:05:33.686] debug: ⛔️ Server wasn't able to start properly.

[2024-04-29 19:05:33.689] error: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

1 Replies

2 years ago

Are you sure your database is online and that you have all the correct environment variables setup?


Loading...