Satachito
Satachito

Reputation: 5888

MongoDB stitch-cli import failed

As described in the following page,

https://docs.mongodb.com/stitch/import-export/create-stitch-app/

I made a file named stitch.json which contains an empty JSON. i.e. {}

But when I run stitch-cli import, I got error following

this app does not exist yet: would you like to create a new app? [y/n]: y

App name: Experimental

failed to find Project ID: an unexpected server error has occurred

I'm working on

MacOS 10.13.5

stitch-cli 1.0.1

Does anyone know how to fix it?

Upvotes: 2

Views: 690

Answers (1)

vmartin
vmartin

Reputation: 501

Try with

$ stitch-cli import --project-id=XXX

You can find your Atlas Project ID listed on the Settings page of the Atlas UI

Upvotes: 1

Related Questions