For those missing chats: pinned chats are failing in the web UI. Here’s the workaround.
By Holidays in Europe / March 22, 2026 / No Comments / Uncategorized
Troubleshooting Missing Pinned Chats in ChatGPT Web Interface: A Practical Workaround
If you’ve noticed that your pinned chats seem to have disappeared from the ChatGPT web interface, be assured: they may not have been lost permanently. Sometimes, the issue stems from a hiccup in the web UI’s handling of pinned chat data, causing them not to load correctly. Fortunately, there’s an effective workaround that allows you to restore visibility to these chats without waiting for an official fix.
Understanding the Issue
The root cause appears to be a failure in the ChatGPT web application’s request to load pinned chats. When the web UI sends requests to fetch this data, a specific request endpoint (/backend-api/pins) may not respond as expected, resulting in pinned chats not being rendered in the sidebar. This is typically a temporary glitch related to how the interface queries and displays the data.
Step-by-Step Workaround Using Requestly Browser Extension
One practical approach involves intercepting and modifying the network request to ensure the pinned chats load properly. This can be achieved using the Requestly browser extension — a powerful tool for modifying network requests on the fly. Here’s how to set it up:
1. Install Requestly
Begin by installing the Requestly extension compatible with your browser (available for Chrome and Firefox). You can find it on the Chrome Web Store or on Mozilla Add-ons.
2. Create a New Rule
Once installed:
- Open the Requestly extension.
- Click on “New Rule” to create a custom interception.
3. Configure the Rule
- Select “Modify Query Parameters” (or similar option related to query parameters).
- Under “If request”, configure it as follows:
-
Request URL Contains:
/backend-api/pins -
In the rule’s action section:
-
Choose “Add” to modify the request.
-
Set the following parameters:
- Param Name:
limit - Param Value:
20
- Param Name:
This modification essentially tweaks the request to return a sufficient number of pinned chats, ensuring they load correctly.
4. Apply and Refresh
- Save the rule.
- Refresh your ChatGPT web interface.
You should now see your pinned chats restored in the sidebar.
Additional Tips
- This workaround is temporary and might need to be reapplied after certain updates.
- Always disable or delete custom rules after the issue is resolved to avoid unintended side effects.
- Keep your browser extensions up to date for optimal compatibility.
Reporting the Issue to OpenAI
If you’d like to inform OpenAI about this bug, you can report it directly:
- Navigate to Profile → Help → Report a bug within ChatGPT.
- Provide the following details:
“`
Title: Pinned chats not rendering on ChatGPT Web
Description:
Pinned chats are failing to render on ChatGPT Web, which can cause chats to appear missing in the sidebar. This appears to be an issue with the web UI request to the /backend-api/pins endpoint.
Expected behavior:
Pinned chats should display normally in the sidebar.
“`
Final Thoughts
While this workaround offers an immediate fix, staying informed about updates from OpenAI is advisable, as they may release an official patch soon. Meanwhile, leveraging tools like Requestly can help maintain a smooth experience with ChatGPT’s web interface despite occasional bugs.
Disclaimer: Use browser extensions carefully and be cautious when modifying network requests to ensure privacy and security.