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

Couldn't connect MongoDB #51

Open
ogulcan-dev opened this issue Dec 22, 2021 · 8 comments
Open

Couldn't connect MongoDB #51

ogulcan-dev opened this issue Dec 22, 2021 · 8 comments
Labels
unverified-bug bug that isn't confirmed yet by owner

Comments

@ogulcan-dev
Copy link

MONGODB URI is either not provided or invalid. Extra feature (prefix) won't be available

I have a error when start the app

@ogulcan-dev ogulcan-dev added the unverified-bug bug that isn't confirmed yet by owner label Dec 22, 2021
@Takiyo0
Copy link
Member

Takiyo0 commented Dec 24, 2021

That's because you either didn't include the mongodb URI or give an invalid mongodb URI that returns error while connection

@ogulcan-dev
Copy link
Author

No, ı enter true mongodb url

@SpaceLeft
Copy link
Contributor

No, ı enter true mongodb url

re-check your mongodb it fine with me.

@ogulcan-dev
Copy link
Author

I think you dont understand me. I check my mongodb url. Do you understand bro?

@Takiyo0
Copy link
Member

Takiyo0 commented Dec 24, 2021

change catch here

}).catch(() => {

to
.catch((e) => {console.error(e); available: false}) so you can see the error

@ogulcan-dev
Copy link
Author

I have a error named this => querySrv ENOTFOUND _mongodb._tcp.45.147.45.124

@Takiyo0
Copy link
Member

Takiyo0 commented Dec 26, 2021

@ogulcan-dev
Copy link
Author

I tried, ı have same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unverified-bug bug that isn't confirmed yet by owner
Projects
None yet
Development

No branches or pull requests

3 participants