unknow error: failed to fetch
when i finished deloy huly-selfhost version by docker-compose command, and then, setup sign up, got "unknow error: failed to fetch". i want to known what's happen, and how to solve this problem.
Connected to Huly®: SELFH-149
The same error on Ubuntu 24.04
Same thing happened to me on Linux Mint 22.1 x86_64
Same thing on dokploy / Hetzner Cloud: cax31 | arm
I got this problem when I try using fossorial.io as reverse proxy and access my self host huly at different url than stated in huly.conf (I access at huly.mysite.co but use HOST_ADDRESS=
huly.mysite.co
Can you explain this again? I'm using dokploy on Hetzner. You set env variable HOST_ADDRESS=huly.mysite.co, and what is the second thing that you also set it with huly.mysite.co?
huly.mysite.co
Can you explain this again? I'm using dokploy on Hetzner. You set env variable HOST_ADDRESS=huly.mysite.co, and what is the second thing that you also set it with huly.mysite.co?
Sorry for late reply. What I meant was if I acces the site on private ip like http://[ip number], I need to use that same private ip on HOST_ADDRESS like HOST_ADDRESS=[ip number]. Fossorial.io kinda work on this for me so I can access the site publicly at https://[huly.mysite.co], so instead I have to change HOST_ADDRESS to be the same, HOST_ADDRESS=huly.mysite.co. TL;DR Both HOST_ADDRESS value and url you use to access the site must be the same.