[PR #3081] [MERGED] chore: update wss url to ws in .env.example #4217

Closed
opened 2026-03-17 01:46:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3081
Author: @amk-dev
Created: 5/26/2023
Status: Merged
Merged: 5/30/2023
Merged by: @AndrewBastin

Base: release/2023.4.4Head: chore/wss-to-ws-on-env


📝 Commits (1)

  • 7e2dd6a chore: update env variable for websocket api to use ws protocol instead of wss

📊 Changes

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

View changed files

📝 .env.example (+1 -1)

📄 Description

Closes hfe-58

Description

Our environment file currently includes a WSS URL (WebSockets Sequer URL). However, while testing on localhost, this will fail ( none of our subscriptions will work ) because you need to set up certificates and run a WSS server on your local machine. To prevent this, we recommend that the local server URL in the environment file default to using WebSockets instead of the WSS protocol.


🔄 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/3081 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 5/26/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.4.4` ← **Head:** `chore/wss-to-ws-on-env` --- ### 📝 Commits (1) - [`7e2dd6a`](https://github.com/hoppscotch/hoppscotch/commit/7e2dd6af30e8816a16fd84a85fc80a330d2959dc) chore: update env variable for websocket api to use ws protocol instead of wss ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) </details> ### 📄 Description Closes hfe-58 **Description** Our environment file currently includes a WSS URL (WebSockets Sequer URL). However, while testing on localhost, this will fail ( none of our subscriptions will work ) because you need to set up certificates and run a WSS server on your local machine. To prevent this, we recommend that the local server URL in the environment file default to using WebSockets instead of the WSS protocol. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:46:27 +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#4217
No description provided.