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
#13 21.94 Failed to parse dotenv file. Encountered unexpected whitespace at [Foo Baar Appliaction].
Steps to Reproduce
1.Set the environment variable APP_NAME in the .env file as follows:
APP_NAME="Foo Baar Application"
The .env editor automatically changes it to:
APP_NAME= Foo Baar Appliaction
3.The missing double quotes and unexpected whitespace result in a parsing error during the build process, as Laravel and Composer are unable to properly parse the .env file.
Note the missing double quotes around the value and the extra whitespace after =.
Coolify Version
v4.0.0-beta.385
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
When attempting to build my application using Coolify v4.0.0-beta.385, I encountered an error while parsing the .env file. Specifically, the build fails with the following error: Failed to parse dotenv file. Encountered unexpected whitespace at [Foo Baar Appliaction].
The text was updated successfully, but these errors were encountered:
masihgh
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Jan 22, 2025
masihgh
changed the title
[Bug]: Env Varibale Set Delete "" from Variables
[Bug]: Failed to parse dotenv file. Encountered unexpected whitespace
Jan 22, 2025
Error Message and Logs
#13 21.94 Failed to parse dotenv file. Encountered unexpected whitespace at [Foo Baar Appliaction].
Steps to Reproduce
1.Set the environment variable APP_NAME in the .env file as follows:
APP_NAME="Foo Baar Application"
APP_NAME= Foo Baar Appliaction
3.The missing double quotes and unexpected whitespace result in a parsing error during the build process, as Laravel and Composer are unable to properly parse the .env file.
Note the missing double quotes around the value and the extra whitespace after =.
Coolify Version
v4.0.0-beta.385
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
When attempting to build my application using Coolify v4.0.0-beta.385, I encountered an error while parsing the .env file. Specifically, the build fails with the following error:
Failed to parse dotenv file. Encountered unexpected whitespace at [Foo Baar Appliaction].
The text was updated successfully, but these errors were encountered: