You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
When building a Slack app with a dialog using Botkit version 0.6.3, I get a generic error in Slack whenever I submit a set of errors as an array. Slack displays "We had some trouble connecting. Try again?" as an error in the dialog instead of inline error messages.
I see no errors in my console. I've seen the same issue with a single error in the array. A single error object produces the correct inline error in the dialog. According to the docs, I should be able to pass an array of errors.
When building a Slack app with a dialog using Botkit version 0.6.3, I get a generic error in Slack whenever I submit a set of errors as an array. Slack displays "We had some trouble connecting. Try again?" as an error in the dialog instead of inline error messages.
I see no errors in my console. I've seen the same issue with a single error in the array. A single error object produces the correct inline error in the dialog. According to the docs, I should be able to pass an array of errors.
Example code:
The text was updated successfully, but these errors were encountered: