#ECONNREFUSED 0.0.0.0:3306
6 messages · Page 1 of 1 (latest)
Project ID: N/A
7d132eb
It looks like the error is caused by Sequelize trying to connect to a local server on port 3306. You may need to listen on 0.0.0.0 instead.
⚠️ experimental feature
0.0.0.0 is not a valid IP
so what ip should it be?