500 internal Server error

I need help fixing this error, here is my docker compose file
services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=49c1588fc901bc4912843e8d5f7e4b89845fb1d80b6a6be270e9c368b2efc02
ports:
- '7575:7575'
services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=49c1588fc901bc4912843e8d5f7e4b89845fb1d80b6a6be270e9c368b2efc02
ports:
- '7575:7575'
No description
Solution:
it's fine i figure it out the encryption key was wrong
Jump to solution
7 Replies
Cakey Bot
Cakey Bot2d 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?
ManOfCulture
ManOfCultureOP2d ago
No description
ManOfCulture
ManOfCultureOP2d ago
EndeavourOS docker compose
Manicraft1001
Manicraft10012d ago
!qa required_data
Cakey Bot
Cakey Bot2d ago
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question. Please provide: - your Homarr logs - your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...) - A detailed description of your problem or question with additional images where necessary - Your operating system - Version of Homarr (do not say latest! say 0.15.2, ...) Failure to comply with this will result in a permanent closure of your support request.
Manicraft1001
Manicraft10012d ago
Please post the logs, not your browser console
Solution
ManOfCulture
ManOfCulture2d ago
it's fine i figure it out the encryption key was wrong

Did you find this page helpful?