Browser Hangs when Clicking on Edit Review

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

The reviews cannot be edited after restarted. The browser just keeps spinning and the Crucible is accessible via https://testing.abc.com

Cause

The following has been configured in config.xml:

<web-server site-url="https://testing.abc.com">
	<http bind=":8060"/>
</web-server>

Resolution

Changing the setting to following should be able to solve the problem:

	<http bind=":8060" proxy-host="testing.abc.com" proxy-port="443" proxy-scheme="https"/>
Last modified on Nov 22, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.