mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +01:00
"no such route" error if container name contains capital letters #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 @stanol on GitHub (Feb 17, 2025).
If the container name contains capital letters, godoxy will create an alias with capital letters as well. And we will get the url with a capital letter, but since the browser converts the url to lowercase, we will get the error “no such route: xxx”. For example, if we have a container named “Godoxy”, we will get the url http://Godoxy.example.com/. And when we try to open it, we will get the error “no such route: godoxy.example.com”
@yusing commented on GitHub (Feb 17, 2025):
Thanks. Have it fixed.
@tatnism commented on GitHub (Mar 5, 2025):
I am running into this issue with v.0.9.9-1. I changed it to lowercase, it works.
docker compose line as following:
container_name: OpenPort
my labels:
proxy.OpenPort.port: 8384