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

MongoDB #369

Open
RootException opened this issue Mar 9, 2021 · 6 comments
Open

MongoDB #369

RootException opened this issue Mar 9, 2021 · 6 comments
Labels

Comments

@RootException
Copy link

Hey,

when I insert MongoDB as the storage type, the module can not be found. Any solutions?

a938e53b26a46fdf75da562d45fd1679

@likwidoxigen
Copy link
Contributor

Greetings @RootException, can you post your server configuration?
I just want to verify, did you install the mongodb npm package?
In the code I see that the source code has "mongo" as the library name yet the readme specifies that it should be "mongodb". Can you try "mongo" as the storage type and see if that works?

@RootException
Copy link
Author

Yeah Mongo is installed. No worries, because I use it for other services.
I tried out only mongo but also...:

dc9deadd1cdb5eabbc1ead564d9691df
0221a7fb17a6e231126a565542f58ffe

@BitesizedLion
Copy link

Yeah Mongo is installed. No worries, because I use it for other services.
I tried out only mongo but also...:

dc9deadd1cdb5eabbc1ead564d9691df
0221a7fb17a6e231126a565542f58ffe

Are you sure the mongodb module is specifically installed with npm i mongodb in the paste directory?

@johan-perso
Copy link

Try renaming lib/document_stores/mongo.js by mongodb.js

@katsumag
Copy link

katsumag commented Jun 26, 2021

Hi, I was also having problems with MongoDB. I seem to have fixed that error by changing the storage type to "mongo" rather than "mongodb", however that resulted in another error, which I gather might result from the version of MongoDB I'm using being too new. However, #358 addresses that, and "mongodb" as the storage type works again

@github-actions
Copy link

github-actions bot commented Mar 8, 2022

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Mar 8, 2022
@filipechagas filipechagas added triage and removed stale labels Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants