I’m trying to deploy and host via Github using the CLI and I’m having a hell of a time.
I’ve tried following every doc page and blog post to create sample apps from mongodb official sources and it’s just not working. I’m able to connect with my stitch api key and the atlas api key and the cli returns the user.
from the cli I can “import” and the prompt asks me to enter a “new app” and then it brings up my list of current stitch apps and allows me to select it and then i get a 403 forbidden. the error from the console lists https://cloud.mongodb.com/v2#/account/publicApi but that redirects to the new unified login overview page.
I have a cluster, linked to my stitch api on the UI, api keys are generated, I linked github successfully and selected the repo.
Then I tried exporting the app from the UI but I’m getting a “cannot read app id from source control error” when i push it to the repo.
I’m not sure what else to try. HELP!