"Something went wrong" when trying to delete application link

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

Bamboo administrators cannot delete application link, the following pop up is returned:




Environment

Bamboo running behind a reverse proxy.

Diagnosis

Checking the delete request in the har we can see the following server response:

Server's response
Full response:
503 Service Unavailable http/2.0More info about HTTP status codes in Wikipedia .
Headers:
cache-control no-cache
content-type text/html

DELETE request:

DELETE https://BASE-URL/rest/applinks/3.0/applinks/APP-LINK-ID


Cause

The reverse proxy is blocking DELETE requests.

Solution

Change the proxy configuration to allow delete requests.

Last modified on May 28, 2021

Was this helpful?

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