We are running Confluence 7.2.1 following the recommended setup for running behind an NGINX proxy.
We have upgraded from 6.x.
We are unable to edit any of our existing articles and the page is throwing errors in the console in Chrome. The errors are:
(editing existing article)
batch.js?locale=en-US:44 Uncaught Error: Syntax error, unrecognized expression: ul.tabs-menu > li.all
at Function.re.error (batch.js?locale=en-US:44)
at re.tokenize (batch.js?locale=en-US:44)
at re.select (batch.js?locale=en-US:44)
at Function.re (batch.js?locale=en-US:44)
at Function.c.find (batch.js?locale=en-US:64)
at E.fn.init.find (batch.js?locale=en-US:44)
at E.fn.init.c.fn.find (batch.js?locale=en-US:66)
at c.fn.init.E.fn.init (batch.js?locale=en-US:44)
at new c.fn.init (batch.js?locale=en-US:64)
at E (batch.js?locale=en-US:29)
and (on new page creation)
Failed to load resource: the server responded with a status of 404 (Not Found)
I don't think it is the proxy but an issue with the upgrade and the plugins. I would suggest reseting all plugins back to its default state (How to Manually Reset All Plugin Back to its Default State Through the Database) and by cleaning the plugin cache (How to clear Confluence plugins cache).
If this does not work then you should check all of your proxy settings to ensure that everything it setup correctly. You should specifically look at the server.xml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.