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
When trying to deploy a Python Poetry app, where I set the poetry version in .tool-versions, nixpacks outputs a line Using poetry version from .tool-versions: 1.8.5 before the toml file, which makes the toml parser trying to parse the build plan quit with an error message:
Assuming this is an unintended behaviour of nixpacks, Coolify just needs to wait for my PR to land into a nixpacks release and use that version instead.
If the output turns out to be intended, Coolify needs to somehow check for the existence of other output lines before the toml file and skip those.
The text was updated successfully, but these errors were encountered:
Nevsor
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Dec 13, 2024
The above PR (and the original linked upstream PR from Nevsor) are merged in. Now you will need to wait for the next patch release, and this problem should be fixed.
Error Message and Logs
When trying to deploy a Python Poetry app, where I set the poetry version in
.tool-versions
, nixpacks outputs a lineUsing poetry version from .tool-versions: 1.8.5
before the toml file, which makes the toml parser trying to parse the build plan quit with an error message:Here is the output of
nixpacks plan
:Here is the code line that errors:
coolify/app/Jobs/ApplicationDeploymentJob.php
Line 1544 in aae54e8
Coolify Version
v4.0.0-beta.377
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Debian GNU/Linux 12 (bookworm)
Additional Information
Assuming this is an unintended behaviour of nixpacks, Coolify just needs to wait for my PR to land into a nixpacks release and use that version instead.
If the output turns out to be intended, Coolify needs to somehow check for the existence of other output lines before the toml file and skip those.
The text was updated successfully, but these errors were encountered: