Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect to mongoDB using Mongoose v.8.12.1 #57539

Open
Dheemanth1910 opened this issue Mar 18, 2025 · 1 comment
Open

Unable to connect to mongoDB using Mongoose v.8.12.1 #57539

Dheemanth1910 opened this issue Mar 18, 2025 · 1 comment

Comments

@Dheemanth1910
Copy link

Version

18.14.2

Platform

Microsoft Windows NT 10.0.22631.0 x64

Subsystem

No response

What steps will reproduce the bug?

Please try to connect to mongoose with the above version of mongoose installed.
It's always failing

How often does it reproduce? Is there a required condition?

Everytime.

What is the expected behavior? Why is that the expected behavior?

Connection to mongoDB should be sucessfull

What do you see instead?

node:internal/assert:14
throw new ERR_INTERNAL_ASSERTION(message);
^

Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues

at new NodeError (node:internal/errors:399:5)
at assert (node:internal/assert:14:11)
at internalConnectMultiple (node:net:1077:3)
at afterConnectMultiple (node:net:1532:5) {

code: 'ERR_INTERNAL_ASSERTION'
}

Additional information

No response

@re-masashi
Copy link

any steps to reproduce the error? what code lead to this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants