Make the "Interaction Failed" error more informative for users using User Apps while missing External Apps Permission #7563
Unanswered
TwilightZebby
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
teue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
...specifically when said User App is responding to a Button/Select using the
UPDATE_MESSAGE
Interaction Response, for a publicly viewable Message sent by another User who does haveUSE_EXTERNAL_APPS
Permission using that User App's Slash Command.It would be more helpful to have the red error shown under the button/select say something along the lines of "Missing Use External Apps Permission to use this Button" in this situation :)
For those wanting to re-create this:
UPDATE_MESSAGE
Response type to edit the message.What I expected was to at least see a "Missing Use External Apps Permission" style error under the Button/Select for Account B.
Instead, a generic "Interaction failed" error shows, which isn't helpful to anyone as it doesn't give any hint as to why said Update Message Interaction response doesn't actually work.
The end user is left wondering if the User App's developer is at fault for making a faulty User App, and said developer is left wondering why their code doesn't work in very specific servers but does work in others & in DMs/GroupDMs.
Beta Was this translation helpful? Give feedback.
All reactions