Dalj
Dalj
TTwenty
Created by Dalj on 5/26/2024 in #❓︱help
Quick Install graphql link error [ Proxmox VM ]
Changed all variables to be forwarded to my exit route, and it works; but it has problems with SSL routed traffic.
Actual local ip 192.168.1.333 fowarded to 10.160.0.64 works.
nginx reverse proxy 192.168.1.333:3000 to domain.tld -- ssl strict disallows content to be shown (probably just a chrome issue?)
Actual local ip 192.168.1.333 fowarded to 10.160.0.64 works.
nginx reverse proxy 192.168.1.333:3000 to domain.tld -- ssl strict disallows content to be shown (probably just a chrome issue?)
REACT_APP_SERVER_BASE_URL=http://10.160.0.64:3000/graphql/
SERVER_URL=http://10.160.0.64:3000
# Uncoment if you are serving your front on another server than the API (eg. bucket)

FRONT_BASE_URL=http://10.160.0.64:3000
REACT_APP_SERVER_BASE_URL=http://10.160.0.64:3000/graphql/
SERVER_URL=http://10.160.0.64:3000
# Uncoment if you are serving your front on another server than the API (eg. bucket)

FRONT_BASE_URL=http://10.160.0.64:3000
Semi Resolved.
3 replies