OfficeDev / microsoft-teams-apps-list-search

The List Search app lets users search for and share items in a SharePoint list, all from Microsoft Teams.
MIT License
30 stars 19 forks source link

Web Application Error #7

Open flagomes1206 opened 4 years ago

flagomes1206 commented 4 years ago

After follow the instruction of the documentation and the deploy of the app, I have got the following error: Server Error in '/' Application. bot_error1 botErro2

Srivatsan0102 commented 4 years ago

One of the reasons why you may have gotten this server error is because of how you named your base resource name. It is important to follow the naming convention when creating the base resource name i.e, all small letters, no spaces, no special characters, etc and when you create it and begin the deployment, check the deployment process to ensure that there is no errors during deployment.

For example, when you have started deployment, click on the bell icon on top of the azure page and click on the link Deployment in progress to check the deployment.

Screenshot (13)

Here you can check the resources being created and can notice if there are any errors in creating any azure web sites due to an incorrect or duplicated base resource name. If there are errors, you can always go ahead and cancel the deployment and try again with a different base resource name and resource group. Continue this once you get a deployment with no errors in any of the resources created, and you should be able to access the app configuration URL.