(Bata4) Wrong Port on doc & missing info
O.S.: Unraid
Version: 1.0 Beta 4
doc's says port is 7575 but thats not correct server is starting on port 3000
Also doc's is missing info when it comes to reverse proxy, seeing as the webscket server starts on port 3001. the doc dont say what the path is that need to be forwarded to that port. from looking at the failed request in the browser console im guessing is "/websockets" is that correct?
PS: this also maybe why ppl are having a problem with importing there data. seeing as its trying to do so via http://<ip>:3000/websocket and not http://<ip>:3001/websocket.
▲ Next.js 14.2.20
- Local: http://dc062cb93b44:3000
- Network: http://172.20.0.32:3000
✓ Starting...
✓ Ready in 322ms
2024-12-18T16:55:11.495Z info: Starting schedule of cron job analytics.
2024-12-18T16:55:11.576Z info: Sent all analytics in 16 ms
2024-12-18T16:55:11.577Z info: The callback of 'analytics' cron job succeeded (before callback took 22 ms, callback took 77 ms)
2024-12-18T16:55:11.579Z info: Starting schedule of cron job iconsUpdater.
2024-12-18T16:55:11.581Z info: Updating icon repository cache...
2024-12-18T16:55:11.587Z info: Dispatching request https://api.github.com/repos/walkxcode/dashboard-icons/git/trees/main?recursive=true (5 headers)
2024-12-18T16:55:11.601Z info: ✅ WebSocket Server listening on ws://localhost:3001
2887-5bd3a286212583af.js:5 WebSocket connection to 'ws://<ip>:3000/websockets' failed:
Solution:Jump to solution
This is not true, we have an internal nginx proxy forwarding the request. The port is correct
3 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?
Solution
This is not true, we have an internal nginx proxy forwarding the request. The port is correct
hmmm, when trying to access via 7575, im getting a 404, but accessing it via 3000 at least loads the page but getting a error in browser (about WebSocket) when trying to upload the zip. that made me look down this deep dark hole lol
P.S. now its working wtf... just sometimes, just sometimes 😭