mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3081] [MERGED] chore: update wss url to ws in .env.example #4217
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.4← Head:chore/wss-to-ws-on-env📝 Commits (1)
7e2dd6achore: 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.