Forum Discussion
Error while reading manifest.json: Invalid value(s) specified for validDomains[0]
- 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.
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.
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