Host Validation Failed Even With Correct URL In HOMEPAGE_ALLOWED_HOSTS
#5290
Replies: 3 comments 4 replies
Probably not :) Please review the docs again, your setting as pasted here is invalid https://gethomepage.dev/installation/#homepage_allowed_hosts Also, restarting a container is not sufficient when changing environment variables, you must re-create it |
4 replies
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
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.
Description
I'm getting this error when I'm trying to access homepage via the URL configured in ngnix proxy manager.
[2025-05-19T04:40:46.175Z] error: Host validation failed for: start.astra.home. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.I already have this url in the compose and I have restarted the container many times.
HOMEPAGE_ALLOWED_HOSTS: astra.infv:4100, start.astra.home, start.astra.home:443 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hostshomepage version
v1.2.0 (2376184, Apr 28, 2025)
Installation method
Docker
Configuration
No response
Container Logs
No response
Browser Logs
No response
Troubleshooting
Already checked many posts related to this topic in github but this one seems different.
All reactions