-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: App is trying to access API via insecure HTTP despite config having HTTPS endpoint (selfhosted) #989
Comments
Seems like this was fixed, but the latest docker image is outdated.
git clone --recursive https://github.com/revoltchat/revite
# Web App (revite)
web:
image: ghcr.io/revoltchat/client:master
env_file: .env
depends_on:
- caddy
restart: always After: # Web App (revite)
web:
build:
context: ./revite
env_file: .env
depends_on:
- caddy
restart: always
sudo docker compose build web
sudo docker compose up -d web |
But it seems like it is not enough. After adding a random token (which i admit is stupid, but i had to try) i get a little further Which corresponds to this code which means it cannot connect to voso aka vortex (which is expected since we did not create the vortex container) |
Thanks. I forked this repo and published updated docker image to github container registry |
What happened?
I am trying to selfhost this app. In config and .env file i defined API endpoint as HTTPS, but app is trying to access it via HTTP. Because page is loaded via HTTPS, request fails.

My config:
My .env file:
Branch
Production (app.revolt.chat)
Commit hash
image hash: sha256:a85749fdb93e9c7170f38a7fad158b3066648db9d1890bc81f38ccb2856192c7
What browsers are you seeing the problem on?
Firefox, Chrome
Relevant log output
Uncaught (in promise) Error: Network Error
createError$1 createError.js:16
onerror xhr.js:117
xhr xhr.js:114
xhr xhr.js:15
dispatchRequest$1 dispatchRequest.js:58
request Axios.js:108
2 bind.js:9
req index.js:113
get index.js:122
connect Client.js:99
__awaiter Client.js:7
__awaiter Client.js:3
connect Client.js:98
fetchConfiguration Client.js:108
__awaiter Client.js:7
__awaiter Client.js:3
fetchConfiguration Client.js:106
_class$g ClientController.tsx:47
ClientController.tsx:306
Desktop
PWA
The text was updated successfully, but these errors were encountered: