Skip to content

Commit

Permalink
Fix: First time developer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceGuyIT committed Nov 12, 2023
1 parent 0e0cecd commit 1c00289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DEV_PORT = 80

USE_HTTPS = false

# Without this, Vue throws a "DOMException: The operation is insecure" error when because it's using ws://, not wss://
# Vue throws a "DOMException: The operation is insecure" error when HTTPS is used on the frontend because it's using
# ws://. Setting DOCKER_BUILD causes Vue to use wss:// which solved the problem.
# An alternative is to set "network.websocket.allowInsecureFromHTTPS = true" in Firefox.
DOCKER_BUILD = true

0 comments on commit 1c00289

Please sign in to comment.