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 20 forks source link

Result Click #5

Open dhumel opened 4 years ago

dhumel commented 4 years ago

After installation completed well. When I was testing it I sent "1234" to the query and I received de result perfectly but, when I try to click to put the result value in Teams chat I receive a generic error: "Sorry, something unexpected happened. Please try again" Do you any have some tip to solve it? Error: MicrosoftTeams-image

gytisa commented 4 years ago

Hi, you can fix this problem (temporary) by altering web.config. Problem caused by session state cookies. https://docs.microsoft.com/answers/questions/6842/announcement-samesite-cookie-handling-and-net-fram.html

Just add: `

And

** ** `
mjones-vrs commented 4 years ago

where do I find the web.config to make this edit?

mjones-vrs commented 4 years ago

I found where to edit the web.config. However, adding the suggested edits above made the problem worse. Now I can't search for any list the app draws a complete... blank.... image

Srivatsan0102 commented 4 years ago

Thank you for reporting this, we have added this to the list of issues to fix. If you do fix it before we get to it, please help the community by raising a pull request with your fix!

neerajagarwal041 commented 4 years ago

Updating web.config as per this link fixed this issue for me. https://docs.microsoft.com/answers/questions/6842/announcement-samesite-cookie-handling-and-net-fram.html

image