2 years ago
Strapi Application crashed and seem to having issue during database connection , Manual restart Works , auto retrying Failed to connect database
19 Replies
2 years ago
please add a 3 second sleep to the beginning of your start script
2 years ago
whats your current start script
2 years ago
right but what is the start script
2 years ago
change it to sleep 3 && strapi start
2 years ago
also, what is your pool min set to?
2 years ago
make sure the min is set to 0
ok , could you clarify how this config changes or solve the problem , and what was happening now with min 2, just for learning purpose
2 years ago
for more information on that please refer to the caution banner found in strapi's docs
2 years ago
no problem, make these two changes and test the waters, then let me know if you still see issues