impler.io
impler.io copied to clipboard
`ns not found` internal server error
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:
- Create a new import and add a few columns.
- Click on the
Importbutton. - Upload Excel or CSV file.
- Click on
See Mapping - On the second stage click on the
Upload Againbutton, 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,
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 issue might be due to the MongoDB collection not being created yet or the name of the collection being incorrect.
@HarjobandeepSingh is this still available?..im a beginner need an issue to start with.
Hey @HarjobandeepSingh Thanks that was the issue. We fixed it recently.
hey @austinStan If you're open to contribution, please join Discord to chat with the team or we have recently added new issues too.
@chavda-bhavik thanks..lemme do that right away