-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Starting the instance failed... top: "instanceInfo" is not defined (never ran?) +0ms #617
Comments
please provide more of the debug log, the message but yes, there should be some other error from where else (if possible) |
This is the complete error:
|
thanks for providing the log, i have seen a (probably) unrelated issue in your log, which i have mentioned in #618 from your log i can parse that your are running MacOS with ARM architecture, but just to confirm, you are explicitly trying to run MongoDB Version also, the real problem here is that mongodb immediately exists with error in your case the mongodb binaries are stored at |
@romerodiesan Hi, thanks. That solved my error. I delete the folder in order to have a future clean download, and install Rosseta 2. |
Versions
package: mongo-memory-server
What is your question?
I am trying to make some test (with jest and supertest) to an API with express and MongoDB (using mongoose). I make the following global setup:
As you can see, the idea is to keep the MongoDB connection flowing until the tests finish running. But I got this error:
So I activated the debugger and discovered that it is about this error:
Anyone has an idea of what this is happend?
The text was updated successfully, but these errors were encountered: