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
Node.js v22.2.0
(node:1) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:events:498
throw er; // Unhandled 'error' event
^
MongoServerSelectionError: getaddrinfo EAI_AGAIN mongo
at Timeout._onTimeout (/server/node_modules/pino-mongodb/node_modules/mongodb/lib/sdam/topology.js:292:38)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
Emitted 'error' event on ThreadStream instance at:
at Immediate.<anonymous> (/server/node_modules/thread-stream/index.js:369:12)
at process.processImmediate (node:internal/timers:478:21)
At first glance this seems to be related to mongo being hardcoded in here:
Hi @anarion80 Thanks a lot for the feedback, and pointing the mistake
I have published a new version we the fix, if you could confirm it resolves the problem,
Server keeps restarting after docker install:
At first glance this seems to be related to
mongo
being hardcoded in here:SquirrelServersManager/server/src/logger.ts
Line 14 in 9ec3cf5
while I'm using DB_HOST env variable and a different name than
mongo
The text was updated successfully, but these errors were encountered: