Hi,
I’m trying to install Twake on my server, but I encounter an issue.
Docker container is started, and I can access Twake via ip on port 8000. However, when I try to configure a domain name, it doesn’t work anymore. I created config files in configuration subfolders (with https urls), executed docker-compose restart, but when I requested my custom URL, page get stuck on “(1/4) Starting backend…”.
I watched my browser’s console, and saw that AJAX calls are performed using http url instead of https, throwing a mixed active content blockade.
Then, I tried to change js window variables using the console (window.api_root_url, window.front_root_url, window.websocket_url) to set https urls, which worked (partially of course). I’m also able to reach API urls (such as /ajax/core/version) with https.
I think my js configuration is ignored, but I don’t know why. I tried to perform a fresh install, but it dosn’t change anything. Any idea?
Thanks