Forum Discussion
Kaushal Khamar
Sep 16, 2020Brass Contributor
Error while reading manifest.json: Invalid value(s) specified for validDomains[0]
While developing an application for MS Teams, I am using ngrok for exposing localhost URL to HTTPS. Till today it was working, but from today morning I am getting this issue of the invalid domain as ...
- Sep 17, 2020
Bill Bliss martinlingstuyl timwiffen Adrian42 Mart Lehtmets
Seems the issue has been resolve from Microsoft. Now I am able to add the app in Teams.
Adrian42
Sep 16, 2020Copper Contributor
Kaushal Khamar Same issue here. A few days ago it was working fine. Now we can no longer deploy our custom Teams application using the ngrok domains like.
"validDomains": [
"https://xxxx.ngrok.io"
]
We have tried to omit the "https", but that does not work either.
"validDomains": [
"xxxx.ngrok.io"
]
Hopefully Microsoft will fix this issue soon.