Encountering a "Something's gone wrong" pop-up when attempting to access application settings.

 Problem

"Something's gone wrong" pop-up appears when opening application settings:

image-20240328-135506.png

 

 Solution

Begin by creating a HAR file to pinpoint the issue. This file can be generated while reproducing the problem by accessing or reloading the problematic page.

Refer to the provided documentation to learn how to create a HAR file: https://confluence.atlassian.com/kb/generating-har-files-and-analyzing-web-requests-720420612.html

Once the HAR file is generated, we can visit the next entry: https://sfjc.integration.appfire.app/search

image-20230807-122421.png
  • If the HAR file reveals a 403 error, it suggests that the proxy company may have blocked access to sfjc.integration.appfire.app.

  • To resolve this, coordinate with your IT team to whitelist this IP address, allowing seamless communication between Salesforce and Jira.

  • Once whitelisted, test accessing the configuration pages in Jira to ensure successful navigation.

If all the above fails, the following configurations can also be crosschecked, which are authorization and IP settings in Salesforce:

If the message observed in the HAR file differs from the ones described, reach out to support for additional troubleshooting guidance.

 Related articles