OfficeDev / microsoft-teams-apps-greatideas

An “innovation challenge” system that lets employees submit and share ideas and insights, with voting and contests. An app using which employees can submit an innovative idea in a selected category to be visible to all colleagues and leadership, ideas can be voted upon and a leader board of best idea contributors can be shared. This app can also be a route to file patent ideas by anyone in an organization.
MIT License
84 stars 35 forks source link

Error when open the App in Teams #18

Open dborchers-gc opened 3 years ago

dborchers-gc commented 3 years ago

When i open the app in Teams the App Ideas Tab shows me: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Wht i am doing wrong? Ive setup the apps as described in the deployment guide

Any Idea?

BraunJonathan commented 3 years ago

The app iself has a deployment problem right now, it is caused by a dependency issue... You can have a look at this Pull Request : https://github.com/OfficeDev/microsoft-teams-apps-greatideas/pull/16 With this changes i managed to deploy and run the ap in Teams (but i'm not able to create new categories as stated in the issue i opened last friday...)

dborchers-gc commented 3 years ago

ah okay - is there a way for me to fix that manually in my deployment?

BraunJonathan commented 3 years ago

you can change the github repository and branch used for the deployment and use the one which is at the origin of the pull request. You can also fork the project, fix the issue yourself and use your own github repository to deploy the app...

dborchers-gc commented 3 years ago

Ive redeploy the App from your repro but i get teh same error. Do you have another diea?

BraunJonathan commented 3 years ago

Did you check which error you got in the deployment section of your appService?

dborchers-gc commented 3 years ago

Ive got an Conflict Error on the Web step but after a redeploy it was completed 2020-09-14 11_04_57-Microsoft Template-20200911125648 - Microsoft Azure und 20 weitere Seiten - DB O

BraunJonathan commented 3 years ago

Yes, it was the same for me but if you check your deployments in the appservice, you'll probably see an error there... To make it "work" (quoted as i still have a problem with categories...) i deleted the apService and redployed the whole thing from the other github repository...

laracloud123 commented 2 years ago

@dborchers-gc did you fix this issue? I still get the failure message: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. thanks :)