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

ns not found internal server error #541

Open
chavda-bhavik opened this issue Apr 4, 2024 · 1 comment
Open

ns not found internal server error #541

chavda-bhavik opened this issue Apr 4, 2024 · 1 comment
Labels
bug Something isn't working citical Needs to be fixed in urgent basis good first issue Good for newcomers up-for-grabs

Comments

@chavda-bhavik
Copy link
Collaborator

Describe the bug
While clicking on the Upload Again button from the second mapping stage, the API doesn't work and throws the error ns not found internally.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new import and add a few columns.
  2. Click on the Import button.
  3. Upload Excel or CSV file.
  4. Click on See Mapping
  5. On the second stage click on the Upload Again button, it will not work.

Expected behavior
The Upload Again button should work without any respect of where the user is.

Screenshots
Error backend API is throwing,
image

Desktop (please complete the following information):

  • Version 0.18.0

Additional context
As per the research, the error is occurring due to MongoDB collection not being found. So in terminate API, we can add a check if the Mongodb collection exists then and then only try to delete it.

@chavda-bhavik chavda-bhavik added bug Something isn't working good first issue Good for newcomers citical Needs to be fixed in urgent basis up-for-grabs labels Apr 4, 2024
@HarjobandeepSingh
Copy link
Contributor

@chavda-bhavik issue might be due to the MongoDB collection not being created yet or the name of the collection being incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working citical Needs to be fixed in urgent basis good first issue Good for newcomers up-for-grabs
Projects
Status: Bugs
Development

No branches or pull requests

2 participants