Section Approve button hangs in Approval Macro

Tom September 9, 2020

Using the Section Approval add-on macro, some people (it appears not everyone) in our Confluence instance see a 504 response and the button hangs.

The requested URL is: https://ac-cloud.com/approvalmacro/v2/pa

The code accessing this is:

_defineProperty(_assertThisInitialized(e), "onAction", function() {
var t = _asyncToGenerator(regeneratorRuntime.mark((function t(n, r) {
return regeneratorRuntime.wrap((function(t) {
for (; ; )
switch (t.prev = t.next) {
case 0:
AP.context.getToken((function(t) {
e.setState({
isBusy: !0
}, (function() {
fetch("https://".concat(window.location.hostname, "/approvalmacro/v2/pa"), {
method: "post",
headers: {
"Content-Type": "application/json",
Authorization: "JWT ".concat(t)
}

Has anyone seen this or suggest a solution? 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events