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
The text was updated successfully, but these errors were encountered:
nktnet1
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Jan 23, 2025
nktnet1
changed the title
[Bug]: extra quotes in COOLIFY_CONTAINER_NAME environment variable
[Bug]: extra quotes in COOLIFY_CONTAINER_NAME environment variable for compose deployments
Jan 23, 2025
Error Message and Logs
I discovered this while trying to create a container for superset in #4891:
This also occurs when deploying from existing templates, e.g. IT Tools:
However, oddly, it wasn't an issue in an application deployment (NextJS from private Github repo):
Steps to Reproduce
echo $COOLIFY_CONTAINER_NAME
Coolify Version
v4.0.0-beta.387
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Arch Linux x86_64 6.12.8-arch1-1
Additional Information
This issue likely stems from here:
coolify/app/Jobs/ApplicationDeploymentJob.php
Lines 926 to 928 in 86e14f3
and/or here:
coolify/app/Jobs/ApplicationDeploymentJob.php
Lines 985 to 987 in 86e14f3
Digging online, this could potentially be related to:
The text was updated successfully, but these errors were encountered: