Closed nurulakbartan closed 1 year ago
Hello, @nurulakbartan. Could you please add more details to understand your problem?
After installation in VMWare ubuntu 20.04 , i got some trouble on image below
in docker compose yml
in part
TAIGA_SITES_DOMAIN: "localhost:9000" TAIGA_SITES_SCHEME: "http"
i changed into
TAIGA_SITES_DOMAIN: "pm.tjakrabirawa.id" TAIGA_SITES_SCHEME: "https"
TAIGA_URL: "http://localhost:9000"
TAIGA_WEBSOCKETS_URL: "ws://localhost:9000"
i changed into
TAIGA_URL: "https://pm.tjakrabirawa.id"
TAIGA_WEBSOCKETS_URL: "ws://pm.tjakrabirawa.id"
Hi there!
Do you know that we created Taiga Community for questions like yours? Please, check there; maybe another user has already asked something similar. If not, create your own. There are people there willing to help, members of the Taiga team members and other users.
To simplify the process, we will systematically close all issues that are general support questions and redirect people to Taiga Community.
Bug i install on my local success
If i install on cloud error Something happened and the Taiga has captured the error to be able to work on it.
My local data is still taken to the cloud installation, even though I installed it fresh.
How can solved it?