Currently, every Confluence page is experiencing an error when loading, with the message "App is not responding. Wait or cancel?" permanently displayed at the top of every page.
The following errors are visible in the browser console, which appear to be related to the problem:
activityTrackerUtils.js:56 POST https://xp.atlassian.com/v1/rgstr?k=client-REDACTED=javascript-client&sv=3.30.2&t=1767694095551&sid=REDACTED&ec=500&gz=1 net::ERR_BLOCKED_BY_CLIENT
and
Log.js:39 ERROR [Statsig] A networking error occurred during POST request to https://xp.atlassian.com/v1/rgstr?k=client-REDACTED&st=javascript-client&sv=3.30.2&t=1767694095551&sid=REDACTED&ec=500&gz=1. TypeError: Failed to fetch TypeError: Failed to fetch
at activityTrackerUtils.js:56:7
at new Promise (<anonymous>)
at fetch (activityTrackerUtils.js:53:12)
at o.<anonymous> (NetworkCore.js:132:21)
at Generator.next (<anonymous>)
at NetworkCore.js:8:71
at new Promise (<anonymous>)
at r (NetworkCore.js:4:12)
at o._sendRequest (NetworkCore.js:96:16)
at ErrorBoundary.js:35:102
Clicking "cancel" results in the following error:
com.atlassian.plugins.atlassian-connect-plugin:ap-core-v5.js?assetVersion=1000.0.0-2b99bd72496b19827&externals=__local-default__:5 Uncaught TypeError: Cannot read properties of undefined (reading 'noDom')
at t.<anonymous> (com.atlassian.plugins.atlassian-connect-plugin:ap-core-v5.js?assetVersion=1000.0.0-2b99bd72496b19827&externals=__local-default__:5:8776)
at s (com.atlassian.plugins.atlassian-connect-plugin:ap-core-v5.js?assetVersion=1000.0.0-2b99bd72496b19827&externals=__local-default__:5:1539)
at i.emit (com.atlassian.plugins.atlassian-connect-plugin:ap-core-v5.js?assetVersion=1000.0.0-2b99bd72496b19827&externals=__local-default__:5:2435)
at r.dispatch (com.atlassian.plugins.atlassian-connect-plugin:ap-core-v5.js?assetVersion=1000.0.0-2b99bd72496b19827&externals=__local-default__:5:6255)
at _ (com.atlassian.plugins.atlassian-connect-plugin:ap-core-v5.js?assetVersion=1000.0.0-2b99bd72496b19827&externals=__local-default__:5:6755)
at HTMLAnchorElement.<anonymous> (com.atlassian.plugins.atlassian-connect-plugin:ap-core-v5.js?assetVersion=1000.0.0-2b99bd72496b19827&externals=__local-default__:5:8261)
at HTMLAnchorElement.dispatch (3.6.1-conf-custom-m04.js:2:48959)
at HTMLAnchorElement.<anonymous> (3.6.1-conf-custom-m04.js:2:46950)
Is there a way to fix this for ourselfes or is someone working on this?
In Firefox there is some additional info, that it has to do with cross origin CORS stuff, it says: as it violates the following directive: “default-src ‘self’”
Does this also occur in another browser than Firefox?
Are you running the latest version?
Did you try this in an incognito window?
Try to clear your cache and cookies.
I tried opening Confluence pages in different instances on different browsers and con't replicate this.
Hi @Marc -Devoteam-, thanks for the reply.
It seems that it is not client but backend dependend. My coworkers have the same error behaviour.
It occurs also in all spaces.
Nevertheless, I tried the following:
I tried it with Firefox 146.0.1 and Chrome 143.0.7499.170 (both are currently the latest versions).
I also tried it in incognito mode, same errors in both browsers.
I also deleted cache and cookies and installed a new Browser (Vivaldi), but that changes nothing.
Is it possible that it has to do something with installed apps? We have some, but nothing fancy, and it has been some time since they were installed. Two of those are selfmade (Forge apps), but they don't do much and the errors occur on all pages.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Best is to see if you disable the apps and check.
Otherwise raise an issue with Atlassian Support, as this seems a localised issue on your instance
Other thins to check if you are on a company network or vpn connection that might block traffic.
Does it work on a private connection?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The connection makes no difference, from work, home or mobile connection is the same.
Thanks for the link to the support, I will try that!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.