Possible bug but more likely user error. "Host validation failed for: 192.168.0.X:3000. Hint: Set HOMEPAGE_ALLOWED_HOSTS to allow requests from this host." #4789
Replies: 4 comments 14 replies
|
You are running the dev version, and it tells you how to resolve it, that ENV needs to be set appropriately |
2 replies
|
Yeh don't know how I ended up on the nightly/dev version. I'll see if I can figure out how to get on the standard latest version. Thank you kindly. |
2 replies
|
I'm getting this after installing standalone (not through docker) |
9 replies
|
Been using homepage for over a year. It's NODE_ENV is production. Haven't changed anything in all that time since original setup. Today it is broken with the error in this thread. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there, I am getting the following error in the Container logs:
"Host validation failed for: 192.168.0.X:3000. Hint: Set HOMEPAGE_ALLOWED_HOSTS to allow requests from this host."
with the following error on the page for my Homepage:
"Host validation failed. See logs for more details."
I have searched on her as well as gethomepage.dev for anything related to "Allowed_hosts" and similar search terms. However, I was not able to find the details for that error or config option. I did find allowed_endpoints but this does not seem to be related to my issue. As far as I can tell. My setup was working before I ran a docker pull on 17/FEB/2025. After updating accessing hostIP:3000 gives the host validation failed error.
Any help on how to resolve this or what settings I am missing would be helpful.
All reactions