meeting-moderator-sample icon indicating copy to clipboard operation
meeting-moderator-sample copied to clipboard

Manifest parsing has failed: Uploading the manifest on setting ngrok throws error in Teams

Open jthake opened this issue 4 years ago • 2 comments

When I updated the environment file to configure the ngrok url locally. THe VS Code Extension regenerates the zip file fine. But unfortunately when I go to upload it I get an error:

Error while reading manifest.json: Url should start with "https://" Url should start with "https://"

The env file looks like this

version=1.0.0
appname=Moderator
fullappname=Meeting Moderator
baseUrl0=http://98fa4b61016d.ngrok.io

I can see $baseUrl0 referenced in the manifest everywhere , maybe its not replacing with the environment?

jthake avatar Jul 15 '20 14:07 jthake

If I use the https ngrok url this works fine. We should add this in the instructions.

jthake avatar Jul 15 '20 15:07 jthake

Thanks Jeremy! Yes will add that to the instructions

asnow003 avatar Jul 15 '20 15:07 asnow003