You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! We have a problem running the migration commands. With "status" command, we have the response but followed by error. With other commands, we only get the error:
CONNECT ERROR:
connection timed out
/home/developer/www/dcloud-main/node_modules/mongoose/lib/connection.js:834
const serverSelectionError = new ServerSelectionError();
The error points to mongoose connection and with some "console.logs" I saw that it is a "connection timed out".
If I comment out the line that return the reject(error), everything works great (Mongoose version: 6.6.3)
Hi there! We have a problem running the migration commands. With "status" command, we have the response but followed by error. With other commands, we only get the error:
CONNECT ERROR: connection timed out /home/developer/www/dcloud-main/node_modules/mongoose/lib/connection.js:834 const serverSelectionError = new ServerSelectionError();
The error points to mongoose connection and with some "console.logs" I saw that it is a "connection timed out".
If I comment out the line that return the
reject(error)
, everything works great (Mongoose version: 6.6.3)Our mongo-migrate-ts config file (mongo-migrate-ts version: 1.4.0):
The text was updated successfully, but these errors were encountered: