Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Terminal does not connect and shows no shell erorr but shell is present #4934

Closed
srinisubramanian opened this issue Jan 23, 2025 · 0 comments · Fixed by #4926
Closed

Comments

@srinisubramanian
Copy link

srinisubramanian commented Jan 23, 2025

Error Message and Logs

I see this with a few containers .. not sure what the issue could be .. the terminal option shows that shell is missing but I can login to the shell using docker exec -it "containerid" bash

Some pointers:

  1. mysql:8 container
  2. host forward is not on port level but ip:port .. for e.g instead of 3306:3306 the forward to host happens as 192.168.0.1:3306:3306b so that the port is exposed only on the internal IP
  3. Some containers have custom name where I noticed the failing terminal

Steps to Reproduce

  1. start a mysql:8 container
  2. forward port to host on specific container
  3. maybe set a custom name
  4. terminal does not connect anymore
  5. happening on multiple repos like mysql, mongo etc.
  6. I did remove the port/host and try but it still didnt work
Image

Example Repository URL

No response

Coolify Version

v4.0.0-beta.388

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 22.04 LTS

Additional Information

No response

@srinisubramanian srinisubramanian added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Jan 23, 2025
@peaklabs-dev peaklabs-dev self-assigned this Jan 23, 2025
@peaklabs-dev peaklabs-dev added 🐞 Confirmed Bug Verified issues that have been reproduced by the team. and removed 🔍 Triage Issues that need assessment and prioritization. 🐛 Bug Reported issues that need to be reproduced by the team. labels Jan 23, 2025
@peaklabs-dev peaklabs-dev added the ✅ Done Issues that are fixed and a PR is ready to be merged. label Jan 23, 2025
@github-actions github-actions bot removed 🐞 Confirmed Bug Verified issues that have been reproduced by the team. ✅ Done Issues that are fixed and a PR is ready to be merged. labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants