If you get an error message while using Freshdesk, you will need to send us the Console Logs and X-Request ID so that we can troubleshoot effectively.
To access Console Logs:
1. Right-click on the page where the error appears.
2. Choose Inspect ->Console.
3. Now perform the action that you want to do.
4. Take a screenshot of the errors displayed in the console and send it to us at support@freshdesk.com.
To access X-Request ID:
1. Right-click on the page where the error appears.
2. Choose Inspect ->Network -> Preserve Log.
3. Now perform the action that you want to do.
4. In the logs that appear, click on the error log that is highlighted in red.
5. In that error logs click on Fetch Headers-> Response Headers ->X-Request ID and send it to us at support@freshdesk.com.
Note: Mention the timeframe of when both the data were captured.
When a Freshdesk page takes time to load, or you experience a timeout before performing certain tasks, try logging in to the account via an Incognito Window.
If the issue persists, we will need the HAR file to troubleshoot effectively.
HAR, short for HTTP Archive format, tracks all the logging of a web browser’s interaction with a site.
Here’s how you can easily generate a HAR file using different browsers.
Note: A HAR file includes data such as the content of your cookies and the pages you downloaded while making the recording. Anyone with access to the HAR file can view the data submitted while recording, which may include personal data or other sensitive data. Make sure that you secure your HAR files accordingly. Cloudflare has released a HAR sanitizer that can be used to strip any sensitive information.
To generate the HAR file for Chrome:
Open Google Chrome and go to the page where you are experiencing trouble.
From the Chrome menu bar () select More Tools > Developer Tools.
Select Network.
Make sure that the Record button ( ) on the upper left corner of the tab is red. If it is grey, click on it to start recording.
Check the Preserve log box.
Click the Clear button ( ) to clear any existing logs from the Network tab.
Reproduce the issue that you were experiencing before.
Once you have reproduced the issue, right-click anywhere on the grid of network requests, select Save as HAR with Content, and save the file on your computer.
Send the HAR file to us at support@freshdesk.com.
To generate the HAR file for Firefox:
Open Firefox and go to the page where you are experiencing trouble.
Select the Firefox menu (three horizontal parallel lines) at the top-right of your browser window, then select Web Developer > Network.
The Developer Network Tools opens as a docked panel at the side or bottom of Firefox. Click the Network tab.
The recording autostarts when you start performing actions in the browser.
Once you have reproduced the issue and you see that all of the actions have been generated in the Developer Network Panel (should just take a few seconds), right-click anywhere under the File column, and click on Save all as Har.
Save the HAR file on your computer.
Write to us at support@freshdesk.com along with the HAR file.
To generate the HAR file for Safari:
Before generating the HAR file, make sure you can see the Develop menu in Safari. If it is not there, follow the instructions under Use the developer tools in the Develop menu in Safari on Mac.
Open the Develop menu and select Show Web Inspector.
Click the Network tab and complete the activity that is causing issues.
Click the Export icon on the far right of the network tab and save the HAR file.
Write to us at support@freshdesk.com along with the HAR file.
When a Freshdesk page takes time to load, or if there is a timeout before performing certain tasks, try logging in to the account via an Incognito Window.
If the issue persists, we will need the traceroute results to diagnose the problem.
Here is how you can fetch the traceroute results. Write to us at support@freshdesk.com along with the traceroute data.
Freshworks uses LetsEncrypt as its Certificate Authority Authorization (CAA) to get certificates for custom domains.
In March 2024, the CAA updated its validation process to verify domain ownership.
- Previously, they sent 3 validation calls from a singular region.
- Now, they send 5 validation calls from multiple regions. This is a more secure process.
However, if you use geoblocking or have firewall rules to block requests from unknown regions, the new process may cause your certificate validation to fail. To fix this issue:
- (Preferred) Allow all traffic on HTTP/TCP Port 80 for request path /.well-known/acme-challenge/ from all regions.
- (Alternative) Avoid Geoblocking and Firewall rules based on specific regions.
- (Unfeasible) The DNS-01 challenge is another alternative approach. However, manual intervention is inherently required for every certificate procurement.
Learn more from the CAA.