meeting-moderator-sample
meeting-moderator-sample copied to clipboard
Manifest parsing has failed: Uploading the manifest on setting ngrok throws error in Teams
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?
If I use the https ngrok url this works fine. We should add this in the instructions.
Thanks Jeremy! Yes will add that to the instructions