T
Twenty4mo ago
Raphael

Exposing localhost:3000 leads to white page, but works in machine

I used docker-compose to run twenty and it works on my localhost. But when I expose it to the internet, it's just a white page. Just a title on the tab and a white page Any idea how to fix this?
6 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS4mo ago
Use middleware like nginx or apache
Raphael
RaphaelOP4mo ago
I'm currently using nginx to let the traffic reach localhost:3000 It's reaching it, but it's just a white page with the Twenty title on the tab
ɃØĦɆᵾS
ɃØĦɆᵾS4mo ago
🤔
Raphael
RaphaelOP4mo ago
Right? Been on this for 3 days now
ɃØĦɆᵾS
ɃØĦɆᵾS4mo ago
Are there any logs of you trying to access your website from outside of your local network? Or maybe errors in devtools in browser?
charles
charles3mo ago
Hi @Raphael happy to help! Could you share your network tabs (from chrome developer console) and tell us what you see here (especially the /graphql calls) They are likely failing and the error will give you hints on what's wrong with your setup

Did you find this page helpful?