"no such route" error if container name contains capital letters #39

Closed
opened 2025-12-29 09:21:55 +01:00 by adam · 2 comments
Owner

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”

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”
adam closed this issue 2025-12-29 09:21:55 +01:00
Author
Owner

@yusing commented on GitHub (Feb 17, 2025):

Thanks. Have it fixed.

@yusing commented on GitHub (Feb 17, 2025): Thanks. Have it fixed.
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy#39