Internal server error. Cannot access after install.
Hi guy,
I'm a rookie, and this is my first time installing Homarr on my proxmox homelab via portainer. I'm using Docker Compose to deploy the stack. I received the error when attempting to access the homarr website. Here's my Docker configuration, console, and log. Please assist me in resolving the error. Thank you very much.
https://pastebin.com/rnk27iX7
Pastebin
Homarr not working - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Solution:Jump to solution
There's a connection error on 192.168.0.6:33589, what is there that homarr is trying to call? Maybe there's a communication error. Try enabling host networking or make a bridge
7 Replies
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?
Looks to me like a failure to access the database.
Can you confirm the ${DOCKERCONFDIR}/homarr/data:/data folder exists, and that homarr has the needed permissions to access it?
@VuTranThien
It's a nfs connection between my Ubuntu homelab and my Synology NAS, so I can examine and see what happened.
I’ve checked the permission and see nothing is wrong. I reset the portainer a few times but no work
PGID and PUID are not implemented yet, so if your folder permissions are set on those, it won't work
Ah nvm I see the lines are actually commented out.
Solution
There's a connection error on 192.168.0.6:33589, what is there that homarr is trying to call? Maybe there's a communication error. Try enabling host networking or make a bridge
that's super, I changed the network to host and it worked, thank you very much
Glad to hear that 🙂