-
|
I've used docker compose up and everything is running. Made an account and I can successfully log in. I've tried from 2 different browsers and my phone and the site renders like it's zoomed in 500%. It's not usable at all. Not sure if I missed some step? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi @kbmetz are you still having this issue? I'm wondering if something is off with NPM building the front-end resources. Hmm. Can you share a screenshot? Also, what OS and processor architecture are you running for your Docker host machine? |
Beta Was this translation helpful? Give feedback.
-
|
It was a CORS issue for me. Updating the |
Beta Was this translation helpful? Give feedback.
It was a CORS issue for me. Updating the
APP_URLin the.envfile from"http://localhost:${APP_PORT}"tohttp://192.0.2.1:${APP_PORT}"fixed the scaling issue. Make sure the IP address matches your server address.