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.
Mart Lehtmets
Sep 16, 2020Brass Contributor
Exactly the same thing. Yesterday everything worked well and I could Install the custom application with domains, but today I receive the same error 😕
rror while reading manifest.json: Invalid value(s) specified for validDomains[0]: "https://xx.xxx.xx"
Invalid value(s) specified for validDomains[1]: "https://xx.xxx.xx"
Invalid value(s) specified for validDomains[2]: "https://xx.xx.xx"
Very strange behaviour.
BhagyashreeKulkarni33
Sep 14, 2022Copper Contributor
Mart Lehtmets I faced same issue .I open ngrok dashboard from localhost:4040 copied tunnel url and replaced endpoint url from azure and replaced validDomains from manifest .json now its working. It happened beacause ngrok url got refreshed in my case .Thank you