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]: Destination creation doesn't work #4416

Closed
xboxfly15 opened this issue Nov 27, 2024 · 2 comments · Fixed by #4598
Closed

[Bug]: Destination creation doesn't work #4416

xboxfly15 opened this issue Nov 27, 2024 · 2 comments · Fixed by #4598

Comments

@xboxfly15
Copy link

xboxfly15 commented Nov 27, 2024

Error Message and Logs

I updated from 370 to 373 yesterday and destination creation has stopped working, it was working previously. I have checked the Coolify logs + Docker logs and there is no error.
It refreshes the page and shows it's been created but when I check "docker network ls" on the server it isn't there.

Steps to Reproduce

  1. Navigate to destinations page, click new and then continue. You can leave the default name
  2. Click the newly creation destination and remember the Docker Network ID
  3. Run "docker network ls" on the server and the ID won't be there.
    If you make a new resource with the new destination, the deployment will fail with the reason network not found.

Example Repository URL

No response

Coolify Version

v4.0.0-beta.373

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Debian 12

Additional Information

I am using 2 servers, one specific for control/management that runs the Coolify UI and the other server runs the resources/applications created by Coolify.

@xboxfly15 xboxfly15 added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Nov 27, 2024
@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 Nov 27, 2024
@peaklabs-dev peaklabs-dev added this to the v4.0.0 Stable Release milestone Nov 27, 2024
@xboxfly15
Copy link
Author

xboxfly15 commented Dec 14, 2024

Still not working in 379. This has completely broken the ability to segment/isolate applications & databases and because of that I can not use Coolify to deploy new application resources.

The only change I can really see to Destinations between 370-373 is at

$this->selectedServer = $this->servers->find($server_id) ?: $this->servers->first();

@andrasbacsai andrasbacsai self-assigned this Jan 12, 2025
@andrasbacsai
Copy link
Member

This will be fixed in the upcoming version.

@github-actions github-actions bot removed the 🐞 Confirmed Bug Verified issues that have been reproduced by the team. label Jan 17, 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.

3 participants