You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a Dockerized Kutt application managed via Portainer and served through Traefik in a Docker Swarm setup. The Kutt application is accessible internally (e.g., via curl from within the container), but when accessed externally via the domain short.link', it returns an ERR_EMPTY_RESPONSEerror. The Traefik logs show no errors, and the Kutt application logs indicate that the service is running and listening on port3000`.
Steps to Reproduce
Deploy the Kutt application using the provided Docker Compose script.
Access the application via the configured domain (short.link).
Observe the ERR_EMPTY_RESPONSE error in the browser.
Expected Behavior
The Kutt application should be accessible via the configured domain (short.link) and return the expected web interface.
Actual Behavior
The browser displays the following error:
This page isn’t working right now
short.link didn’t send any data.
ERR_EMPTY_RESPONSE
Description
I am running a Dockerized Kutt application managed via Portainer and served through Traefik in a Docker Swarm setup. The Kutt application is accessible internally (e.g., via
curl
from within the container), but when accessed externally via the domainshort.link', it returns an
ERR_EMPTY_RESPONSEerror. The Traefik logs show no errors, and the Kutt application logs indicate that the service is running and listening on port
3000`.Steps to Reproduce
short.link
).ERR_EMPTY_RESPONSE
error in the browser.Expected Behavior
The Kutt application should be accessible via the configured domain (
short.link
) and return the expected web interface.Actual Behavior
The browser displays the following error:
Environment
kutt/kutt:latest
(Docker image)20.10.12
v2.10
2.11.1
Configuration
Docker Compose Script
Troubleshooting Steps Taken
Verified Network Connectivity:
3000
.curl
from the Traefik container:Checked Kutt Logs:
3000
:Verified Traefik Configuration:
kutt
service is registered and healthy.Tested Database Connectivity:
db
) and Redis.Simplified Configuration:
Checked for Port Conflicts:
3000
.Current State
3000
.ERR_EMPTY_RESPONSE
error when accessed externally via the domainshort.link
.Additional Information
Traefik Logs:
No errors are reported in the Traefik logs.
Kutt Logs:
Request for Assistance
I would appreciate any guidance on resolving this issue. Specifically:
Thank you for your help!
The text was updated successfully, but these errors were encountered: