Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to reach app. Please try again after successful oauth flow #6685

Open
shreyCreator opened this issue Mar 3, 2025 · 0 comments
Open

Comments

@shreyCreator
Copy link

shreyCreator commented Mar 3, 2025

Hey ,

I am using github OAuth flow with teams bot. I have tested the code using bot emulator and web chat and oauth flow is working perfectly fine. But when I upload app in teams and click on Sign-in. The sign in flow is successfull but then I get the message (Unable to reach app. Please try again.). If there was some issue with oauth endpoints then even in bot emulator things would have failed. I believe it is some manifest or settings issue but not able to figure it out.

Following is my manifest.json file

{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json", "manifestVersion": "1.11", "version": "1.0.0", "id": "87a5070e-2486-45c8-91af-23fb60ef0691", "name": { "short": "Testing AY", "full": "Testing AY Bot" }, "developer": { "name": "Testing AY", "websiteUrl": "https://dev.ay.com", "privacyUrl": "https://dev.ay.com", "termsOfUseUrl": "https://dev.ay.com" }, "description": { "full": "This bot helps users in your organization interact with AY", "short": "AY Bot" }, "icons": { "color": "color.png", "outline": "outline.png" }, "accentColor": "#FFFFFF", "bots": [ { "botId": "BOT_ID", "scopes": ["personal"], "isNotificationOnly": false, "supportsCalling": false, "supportsVideo": false, "supportsFiles": false } ], "permissions": ["identity", "messageTeamMembers"], "validDomains": ["endpoint","token.botframework.com" ], "webApplicationInfo": { "id": "BOT_ID", "resource": "api://botid-BOT_ID" } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant