[PR #4365] [MERGED] fix(desktop): content security policy config preventing app launch #4767

Closed
opened 2026-03-17 02:16:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4365
Author: @CuriousCorrelation
Created: 9/20/2024
Status: Merged
Merged: 9/23/2024
Merged by: @AndrewBastin

Base: nextHead: fix/desktop/perpetual-loading


📝 Commits (1)

  • 9448222 fix(desktop): content security policy config preventing desktop app launch

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-selfhost-desktop/src-tauri/tauri.conf.json (+1 -1)

📄 Description

Fix Content Security Policy (CSP) Configuration Preventing Desktop App Launch

Issue Description

The desktop application was failing to launch across multiple operating systems and build types. Users reported a perpetual loading spinner.

Closes HFE-598, Closes #4348 , Closes #4100

Current Status

  • The application now launches successfully on all tested platforms and build types.
  • Loading spinner issue is resolved.
  • JavaScript compilation errors and EvalErrors related to CSP are no longer occurring.
  • GraphQL connections are successful.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4365 **Author:** [@CuriousCorrelation](https://github.com/CuriousCorrelation) **Created:** 9/20/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `next` ← **Head:** `fix/desktop/perpetual-loading` --- ### 📝 Commits (1) - [`9448222`](https://github.com/hoppscotch/hoppscotch/commit/94482221323d3a479d369d165ee75387017aee81) fix(desktop): content security policy config preventing desktop app launch ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-selfhost-desktop/src-tauri/tauri.conf.json` (+1 -1) </details> ### 📄 Description # Fix Content Security Policy (CSP) Configuration Preventing Desktop App Launch ## Issue Description The desktop application was failing to launch across multiple operating systems and build types. Users reported a perpetual loading spinner. Closes HFE-598, Closes #4348 , Closes #4100 ## Current Status - The application now launches successfully on all tested platforms and build types. - Loading spinner issue is resolved. - JavaScript compilation errors and EvalErrors related to CSP are no longer occurring. - GraphQL connections are successful. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:16:29 +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#4767
No description provided.