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
I am currently working with Nodebox (or Codesandbox) and facing issues due to the current Node.js version (16.x.x). It does not support certain features such as dns.promises.resolveSrv, which is needed for connecting to MongoDB clusters using the mongodb+srv:// connection string.
Request:
I would like to request an update to the Node.js runtime version to 18.x.x or higher to ensure compatibility with MongoDB's features that require dns.promises or similar APIs.
Issue:
I am currently working with Nodebox (or Codesandbox) and facing issues due to the current Node.js version (16.x.x). It does not support certain features such as
dns.promises.resolveSrv
, which is needed for connecting to MongoDB clusters using themongodb+srv://
connection string.Request:
I would like to request an update to the Node.js runtime version to 18.x.x or higher to ensure compatibility with MongoDB's features that require
dns.promises
or similar APIs.Additional Information:
The text was updated successfully, but these errors were encountered: