Not able to Launch

Hello, i am building from source (i understand that it is not recomended but it is only way on my pc as everything else is running from source. After I copied the example env to the .env i did yarn db:migarte and yarn start but now i am getting this error. Thanks in advance for any help
No description
Solution:
There's a space at the end of the line of
DEFAULT_COLOR_SCHEME="light"
DEFAULT_COLOR_SCHEME="light"
in the .env file, remove it
Jump to solution
7 Replies
Cakey Bot
Cakey Bot4mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Kevinpanini
Kevinpanini4mo ago
here is the full error message
Solution
Tag
Tag4mo ago
There's a space at the end of the line of
DEFAULT_COLOR_SCHEME="light"
DEFAULT_COLOR_SCHEME="light"
in the .env file, remove it
Kevinpanini
Kevinpanini4mo ago
wow i cant believe that was it i see the error in thegithub which is why
Kevinpanini
Kevinpanini4mo ago
No description
Tag
Tag4mo ago
Another contributor found it already and the fix is part of a PR that isn't merged yet