huly-selfhost icon indicating copy to clipboard operation
huly-selfhost copied to clipboard

unknow error: failed to fetch

Open KingPop opened this issue 7 months ago • 7 comments

Image

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.

KingPop avatar May 17 '25 02:05 KingPop

Connected to Huly®: SELFH-149

The same error on Ubuntu 24.04

sambatya1 avatar May 29 '25 16:05 sambatya1

Same thing happened to me on Linux Mint 22.1 x86_64

ericd33 avatar Jun 10 '25 14:06 ericd33

Same thing on dokploy / Hetzner Cloud: cax31 | arm

mafudelaptu avatar Jun 13 '25 09:06 mafudelaptu

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= in huly.conf). When I set the two to be the same (either access http:// and use HOST_ADDRESS= or access at huly.mysite.co and use HOST_ADDRESS=huly.mysite.co), I can register and log in.

FieriestFrost avatar Jul 09 '25 17:07 FieriestFrost

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?

dulePan avatar Sep 26 '25 14:09 dulePan

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.

FieriestFrost avatar Oct 02 '25 09:10 FieriestFrost