-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
When using a custom domain for a Confluence Cloud instance, accessing and connecting via application links results in inconsistent URL behavior, causing connection failures with third-party apps.
Steps to Reproduce
- Set up a Confluence Cloud instance with a custom domain.
- Navigate to /wiki/admin/listapplicationlinks.action.
- Attempt to connect to a third-party app using application links. Observe that the connection works fine.
- Click on "Application Links" again from the left sidebar.
- Note that the URL changes to /wiki/plugins/servlet/applinks/listApplicationLinks.
- Use the actual site URL (not the custom domain) with the second URL (wiki/plugins/servlet/applinks/listApplicationLinks).
- Attempt to connect to a third-party app using the application link.
Expected Results
Both URLs (/wiki/admin/listapplicationlinks.action and /wiki/plugins/servlet/applinks/listApplicationLinks) should either redirect correctly to the custom domain or function correctly regardless of whether the custom domain or actual site URL is used. The connection to third-party apps should succeed in either scenario.
Actual Results
The URL /wiki/plugins/servlet/applinks/listApplicationLinks allows the use of the actual site URL (not the custom domain), but when attempting to connect to third-party apps, the connection fails. This behavior is inconsistent with the expected redirect to the custom domain or successful connection regardless of domain.
Workaround
Ensure that you are using the URL with the custom domain (e.g., /wiki/admin/listapplicationlinks.action) when setting up or using application links to connect to third-party apps.
Avoid using the actual site URL with /wiki/plugins/servlet/applinks/listApplicationLinks as it leads to connection failures.