OfficeDev / microsoft-teams-faqplusplus-app

DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
MIT License
48 stars 49 forks source link

Error while reading manifest.json: Invalid value(s) specified for validDomains[0]: "https://xyz.azurewebsites.net" #84

Closed janlange closed 4 years ago

janlange commented 4 years ago

When trying to install my experts package to Teams I get this error: Error while reading manifest.json: Invalid value(s) specified for validDomains[0]: "https://xyz.azurewebsites.net" (I have replaced my own [BaseResourceName] with xyz in this post)

jsuddsjr commented 4 years ago

You don't need to specify the "https://" part.

SebastianSchuetze commented 4 years ago

This is correct @jsuddsjr . Had the same problem and fixed it without the https. @janlange maybe you can close your own issue. I am 100% confident that this was the problem.

toddanglin commented 4 years ago

For future Google searchers, it seems the URL is now expected to have https:// explicitly included in the manifest. If you remove the https:// you now get this error when trying to load an extension in Teams: Error while reading manifest.json: "validDomains[0]" is required Url should start with "https://"