[GH-ISSUE #4918] [bug]: Cookie manager is not available in SelfHosted Desktop #1852

Closed
opened 2026-03-16 22:05:47 +03:00 by kerem · 0 comments
Owner

Originally created by @FerreiraAdrien on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4918

Originally assigned to: @CuriousCorrelation on GitHub.

Is there an existing issue for this?

  • I have searched existing issues and this bug hasn't been reported yet

Current behavior

Hi everyone,
Connected on a self-hosted instance of Hoppscotch from the desktop client (windows and debian for myself), we can't have access to the "Cookie Manager" which is available with Hoppscotch-cloud from the desktop client too.

Image

We have look at the code and find this in /hoppscotch/packages/hoppscotch-selfhost-desktop/src/main.ts :

platformFeatureFlags: {
      exportAsGIST: false,
      hasTelemetry: false,
      cookiesEnabled: true, <-- HERE -->
      promptAsUsingCookies: false,
    },

but when we look inside the debugger of desktop self-hosted, it's not here anymore :

Image

Steps to reproduce

  1. You need to have a self-hosted instance and the desktop software
  2. Add your instance successfully
  3. Use the Instance switcher to go on your self hosted instance of Hoppscotch
  4. Look at the bottom left of your software, "Cookie manager" is not here

Logs and Screenshots


Environment

Release

Hoppscotch Version

Self-hosted

Interceptor

Not Applicable - Issue not related to network requests

Browsers Affected

No response

Operating System

Linux

Additional Information

  • Self Hosted version 2025.2.3
Originally created by @FerreiraAdrien on GitHub (Mar 19, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4918 Originally assigned to: @CuriousCorrelation on GitHub. ### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Current behavior Hi everyone, Connected on a self-hosted instance of Hoppscotch from the desktop client (windows and debian for myself), we can't have access to the "Cookie Manager" which is available with Hoppscotch-cloud from the desktop client too. ![Image](https://github.com/user-attachments/assets/3be709a6-c75d-4f26-8a3b-31af4e77c0dc) We have look at the code and find this in `/hoppscotch/packages/hoppscotch-selfhost-desktop/src/main.ts` : ```typescript platformFeatureFlags: { exportAsGIST: false, hasTelemetry: false, cookiesEnabled: true, <-- HERE --> promptAsUsingCookies: false, }, ``` but when we look inside the debugger of desktop self-hosted, it's not here anymore : ![Image](https://github.com/user-attachments/assets/725b5f80-aa19-450a-b893-470c9cd1e82e) ### Steps to reproduce 1. You need to have a self-hosted instance and the desktop software 2. Add your instance successfully 3. Use the Instance switcher to go on your self hosted instance of Hoppscotch 4. Look at the bottom left of your software, "Cookie manager" is not here ### Logs and Screenshots ```shell ``` ### Environment Release ### Hoppscotch Version Self-hosted ### Interceptor Not Applicable - Issue not related to network requests ### Browsers Affected _No response_ ### Operating System Linux ### Additional Information - Self Hosted version 2025.2.3
kerem 2026-03-16 22:05:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1852
No description provided.