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

[apps] Adaptive Card Submit Invoke Error #71

Closed
aacebo opened this issue Mar 8, 2025 · 0 comments · Fixed by #72
Closed

[apps] Adaptive Card Submit Invoke Error #71

aacebo opened this issue Mar 8, 2025 · 0 comments · Fixed by #72
Assignees
Labels
bug Something isn't working P0
Milestone

Comments

@aacebo
Copy link
Collaborator

aacebo commented Mar 8, 2025

submit invoke is successful and the handler is called, but the client shows "unable to reach app. Please try again" message.

app.on("card.action", async ({ activity, send }) => {
  logger.debug("Receive card action from teams", activity);
  
  return {
    status: 200,
    type: "application/vnd.microsoft.activity.message",
    value: "Got it!",
  };
});

Image
Image

@aacebo aacebo added bug Something isn't working P0 labels Mar 8, 2025
@aacebo aacebo added this to the Build 2025 milestone Mar 8, 2025
@aacebo aacebo self-assigned this Mar 8, 2025
@aacebo aacebo reopened this Mar 10, 2025
@aacebo aacebo closed this as completed Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant