twenty icon indicating copy to clipboard operation
twenty copied to clipboard

blank screen after install docker compose from website

Open tod-zhang opened this issue 1 year ago • 14 comments
trafficstars

image

I use this code from website. bash <(curl -sL https://git.new/20)

tod-zhang avatar Apr 26 '24 07:04 tod-zhang

Happened same here but you can set SERVER_URL={your-domain} to resolve the same

hiteshsondhi88 avatar Apr 26 '24 09:04 hiteshsondhi88

Happened same here but you can set SERVER_URL={your-domain} to resolve the same

image not work

tod-zhang avatar Apr 26 '24 12:04 tod-zhang

same issue

Mohamed-sobhi95 avatar Apr 27 '24 09:04 Mohamed-sobhi95

+1

gabrielefronze avatar Apr 30 '24 17:04 gabrielefronze

Same issue. I found some error messages here:

image (2)

ipuris avatar May 08 '24 04:05 ipuris

Same issue with Server URL

christophschoeni avatar May 08 '24 09:05 christophschoeni

+1

luccamrofc avatar May 08 '24 14:05 luccamrofc

I found the solution, I got it working by via Portainer, pretty sure you can do it manually as well. But both marked urls should be changed to the new IP/Domain name.
image

GijsSi avatar May 14 '24 15:05 GijsSi

I found the solution, I got it working by via Portainer, pretty sure you can do it manually as well. But both marked urls should be changed to the new IP/Domain name. image

This fixed my problem. Man thanks @GijsSi

nickwild-999 avatar Jun 17 '24 21:06 nickwild-999

Same issue, changing the url does not help

MuratDoganer avatar Jul 11 '24 16:07 MuratDoganer

Just change SERVER_URL in .env file and do a full docker restart

docker compose down && docker compose up -d

EmaX093 avatar Jul 23 '24 20:07 EmaX093

Just change SERVER_URL in .env file and do a full docker restart

docker compose down && docker compose up -d

I have found that this does not update the container. Seems like whatever is in my .env is permanent after I start the stack for the first time.

Knowaaaa avatar Aug 31 '24 19:08 Knowaaaa

Hello there,

I'll try to assess the issue(s) 🙂

@tod-zhang I notice that your SERVER_URL has a domain configured, does it point to your backend, is your backend exposed on port 443 ? This is the URL that the frontend will use to connect to the backend.

@GijsSi by default you do no need to set the FRONT_BASE_URL variable, it is only useful for advanced usecase where you host the frontend in another location than the backend (eg. on a bucket), by default FRONT_BASE_URL is set to the same value as SERVER_URL. Since you got it working, you could stick with only the SERVER_URL defined!

@Knowaaaa Docker compose should be able to see the change in the environment automatically and recreate the container, make sure to have an updated version of docker and docker compose.

I think that most of your issues are due to lack of documentation, I'll open a PR to make it clearer. If you have more details related to this issue to help us reproduce it please post it, otherwise if you need further assistance with setting up Twenty please checkout our Discord Server.

Freebios avatar Sep 13 '24 15:09 Freebios