You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try register/login API-Server sending me 404 code
Error
Client
/api/auth/session/loginStatus 404Version HTTP/2
API
api_1 | INFO rocket::server > POST /api/auth/session/login application/json:
api_1 | ERROR _ > No matching routes for POST /api/auth/session/login application/json.api_1 | WARN _ > No 404 catcher registered. Using Rocket default.api_1 | INFO _ > Response succeeded.
Dot ENV
# Hostname used for Caddy# This should in most cases match REVOLT_APP_URLHOSTNAME=https://revolt.my_domain.com# URL to where the Revolt app is publicly accessibleREVOLT_APP_URL=https://revolt.my_domain.com# URL to where the API is publicly accessibleREVOLT_PUBLIC_URL=https://revolt.dimitrash.pro/apiVITE_API_URL=https://revolt.my_domain.com/api# URL to where the WebSocket server is publicly accessibleREVOLT_EXTERNAL_WS_URL=wss://revolt.my_domain.com/ws# URL to where Autumn is publicly availableAUTUMN_PUBLIC_URL=https://revolt.my_domain.com/autumn# URL to where January is publicly availableJANUARY_PUBLIC_URL=https://revolt.my_domain.com/january
I ignore Caddy - proxy because in my network with more self-hosted services entry point is nginx.
Caddy send 301 when nginx proxing req on http
If write https://... we get 502 code ... Nginx cant proxy to https services
What happened?
When i try register/login API-Server sending me 404 code
Error

Client
API
Dot ENV
Revolt.toml
NGINX?!?!
Interdiction
I ignore Caddy - proxy because in my network with more self-hosted services entry point is nginx.
Caddy send 301 when nginx proxing req on http
If write https://... we get 502 code ... Nginx cant proxy to https services
Client -> Nginx -> Caddy -> 301 https://revolt.my_domain.com -> Nginx -> Client -> Nginx -> Caddy -> 301 https://revolt.my_domain.com ... Cycle
Settings
I opened ports in docker-compose and add to /etc/hosts local-address of my VM in my ingress server
The text was updated successfully, but these errors were encountered: