Remove hardcoded :1337 port from KANEO_API_URL in docker-compose template #119

Closed
opened 2025-11-22 20:30:46 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @ajselzilic on GitHub (Sep 24, 2025).

Template Name

kaneo

Relevant Logs of the Error

No error logs - this is a configuration issue. The hardcoded port in the KANEO_API_URL environment variable is unnecessary since Traefik handles the routing.

Steps to Reproduce the Error

  1. Deploy the Kaneo template
  2. Wait for all services to start
  3. Access the frontend through the configured domain
  4. Frontend attempts to make API calls to the backend
  5. Connection is refused because the frontend is trying to reach http://${BACKEND_HOST}:1337
Image

Environment Information

irrelevant

When does this error occur?

During configuration

Additional Context

No response

Will you send a PR to fix it?

Yes

Originally created by @ajselzilic on GitHub (Sep 24, 2025). ### Template Name kaneo ### Relevant Logs of the Error No error logs - this is a configuration issue. The hardcoded port in the KANEO_API_URL environment variable is unnecessary since Traefik handles the routing. ### Steps to Reproduce the Error 1. Deploy the Kaneo template 2. Wait for all services to start 3. Access the frontend through the configured domain 4. Frontend attempts to make API calls to the backend 5. Connection is refused because the frontend is trying to reach http://${BACKEND_HOST}:1337 <img width="1061" height="551" alt="Image" src="https://github.com/user-attachments/assets/7734ea0e-78f1-4eaf-b9b1-fe978f85c9c8" /> ### Environment Information ```bash irrelevant ``` ### When does this error occur? During configuration ### Additional Context _No response_ ### Will you send a PR to fix it? Yes
GiteaMirror added the bug label 2025-11-22 20:30:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#119