mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
Failed to split endpoint: address [domain:port]: too many colons in address #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lacedaemon on GitHub (Jul 12, 2025).
Container log:
Docker Compose:
Seems to be coming from here:
b881808cae/main.go (L349-L353)Appreciate any support on this!
@oschwartz10612 commented on GitHub (Jul 13, 2025):
Hi! Does your actual endpoint follow the proper host format? You can double check what is sent from the server in the server config/config.yml file under gerbil
base_endpoint@Lacedaemon commented on GitHub (Jul 14, 2025):
That's exactly what it was - had
https://in Gerbil >base_endpoint. Appreciate it!!