when i run npm run develop i get this error (i’m using heroku for deployement …)
debug: Server wasn’t able to start properly.
error: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call
when i run npm run develop i get this error (i’m using heroku for deployement …)
debug: Server wasn’t able to start properly.
error: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call
There can be multiple reason for this error. Can you upgrade your strapi version to 4.2.2 and check.
I faced the same error and your solution helped me so thanks