T
Twentyβ€’4mo ago
Dalj

Quick Install graphql link error [ Proxmox VM ]

Related : https://discord.com/channels/1130383047699738754/1239294853490151444 I'm behind a nginx reverse proxy as well
TAG=v0.11.0

# POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password

PG_DATABASE_HOST=db:5432
REACT_APP_SERVER_BASE_URL=https://ADDRESS.org
SERVER_URL=https://ADDRESS.org
# Uncoment if you are serving your front on another server than the API (eg. bucket)
FRONT_BASE_URL=https://ADDRESS.org
TAG=v0.11.0

# POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password

PG_DATABASE_HOST=db:5432
REACT_APP_SERVER_BASE_URL=https://ADDRESS.org
SERVER_URL=https://ADDRESS.org
# Uncoment if you are serving your front on another server than the API (eg. bucket)
FRONT_BASE_URL=https://ADDRESS.org
Modified the .env file before pressing Y β€’ Copying docker-compose.yml β€’ Setting up .env file β€’ .env configuration completed πŸš€ Do you want to start the project now? (Y/n) βœ… Server is up and running βœ… Setup completed. Your project is available at http://localhost:3000 root@docker:~#
No description
2 Replies
Dalj
Daljβ€’4mo ago
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.
charles
charlesβ€’4mo ago
Yep it seems to related to your nginx / SSL setup, not sure how we can help here
Want results from more Discord servers?
Add your server