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

Unhandled Runtime Error #45

Open
imaltaf opened this issue Jun 28, 2024 · 2 comments
Open

Unhandled Runtime Error #45

imaltaf opened this issue Jun 28, 2024 · 2 comments

Comments

@imaltaf
Copy link

imaltaf commented Jun 28, 2024

Hi im getting error when i click on blogs

image

@SkyrimTB
Copy link

I think it's because the failure connection of MongoDB, but I did not find the solution too.

@qlAD
Copy link

qlAD commented Oct 8, 2024

Hi im getting error when i click on blogs

image

Hello, this is probably a database problem. Please check your project error message in the terminal.

If it prompts "Error parsing connection string: Database must be defined in the connection string", you need to specify the database name of the connection string. When directly copying, the database name is not specified. The complete string should be "mongodb+srv://<username>:<password>@<cluster-url>/<database>?retryWrites=true&w=majority&appName=<cluster-name>".

If the prompt is "Server selection timeout: No available servers", it means that there is a connection problem, which may be a problem with the network, permissions, etc. Generally, it may be that the IP whitelist has not been added.

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

3 participants