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 Mar 27, 2024. It is now read-only.
Receiving duplicate_external_id error from views.open endpoint when the modal was previously open and then closed by any means other than explicitly clicking the close or submit buttons.
What type of issue is this? (place an x in one of the [ ])
bug
enhancement (feature request)
question
documentation related
testing related
discussion
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
I have similar issues as mentioned above, but this is how it happened.
Type a slack command where it triggers to show a modal (using views.open)
Fill in some input and click the submit button where it triggers a new modal (views.open) with external_id 'foo'
Somehow (occasionally), the next modal failed to be shown (not sure why)
I redo above steps, from typing slack command to show the first modal
But before I can go to the next modal, it throws duplicate_external_id error
I happened all the time. I have to modify my script to avoid of using this external_id parameter to solve the case.
I believe if there is no issue with this external_id, this external_id usage would benefit to my script without having ugly workaround solution.
Description
Receiving
duplicate_external_id
error fromviews.open
endpoint when the modal was previously open and then closed by any means other than explicitly clicking the close or submit buttons.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Reproducible in:
production
Steps to reproduce:
views.open
to open a modal withexternal_id: 'foo'
.external_id: 'foo'
again.Expected result:
The modal should open again.
Actual result:
The modal does not open, and I get the
duplicate_external_id
error code.Attachments:
https://youtu.be/ITAyKDSFg0w
The text was updated successfully, but these errors were encountered: