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
When the user submits a message in the Contact us page, a toast error is displayed on the UI.
The cause of this is a trickle down consequence from tickets #1017 and #1018, described as follows:
Message submission was disabled at the Argo Gateway level, because authentication of the app into the Jira Helpdesk was failing. There doesn't seem to be any documentation on what the issue was on their end, but it was blocking release deployments, so it was turned off "temporarily".
The contact page itself, at the UI level, doesn't have a complementary feature flag to disable or hide the message form in these cases, so it will seem to allow submissions that the gateway will reject. Though we have an error toast to account for something going wrong, we ought to be able to disable the functionality on both layers consistently.
Upon checking today, Jira authentication is failing (unclear whether this is the same issue faced in October, or a different one), and so we're unable to reactivate things to their normal function.
Action items:
We need a new low-priority ticket in the Platform UI repo, which will account for the feature flag implementation. Doesn't need to be assigned immediately, but it'll be good to at least have it as a form of "we know" for the future.
@justincorrigible opened a ticket with IT to request access and troubleshoot the authentication issues. They will follow up later on in this here ticket through comments.
The text was updated successfully, but these errors were encountered:
Description
When the user submits a message in the
Contact us
page, a toast error is displayed on the UI.The cause of this is a trickle down consequence from tickets #1017 and #1018, described as follows:
Action items:
The text was updated successfully, but these errors were encountered: