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

Mongo-express doest not allow to import any JSON collection #297

Open
cnouguier opened this issue Jun 24, 2022 · 1 comment
Open

Mongo-express doest not allow to import any JSON collection #297

cnouguier opened this issue Jun 24, 2022 · 1 comment
Labels

Comments

@cnouguier
Copy link
Contributor

cnouguier commented Jun 24, 2022

Is ti due to a bad configuration within our chart or is it linked to this issue mongo-express/mongo-express#669 ?

@cnouguier cnouguier added the bug label Jun 24, 2022
@StoryDevOffical
Copy link

same here POST /db/itquiz/import/constants 400 9.385 ms - 8
Happened on mongo:5.0.9-focal / mongo-express;latest

Only fix is to use :
mongoimport --authenticationDatabase admin --username [username] --password [password]--db [dbName]--collection [collectionName]--file [collectionName.json]

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

2 participants