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
Use middleware like nginx or apache
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
🤔
Right? Been on this for 3 days now
Are there any logs of you trying to access your website from outside of your local network?
Or maybe errors in devtools in browser?
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