DescriptionI've built homepage from source on my debian machine, which I normally access via cloudlfare tunnel. When I run ` ▲ Next.js 15.2.3
When try to access it locally, I get a brief flash of the dashboard followed by an error, and the terminal spits out homepage version1.1.1 Installation methodSource ConfigurationNo response Container LogsNo response Browser Logs[2025-04-06T14:46:07.651Z] error: Host validation failed for: 192.168.0.31:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. TroubleshootingNone relevant to the situation |
Replies: 5 comments 3 replies
|
At this point the basic mechanism for this has been proven to work so I’d suspect the issue is either a different hostname than you’ve set (so the copy and pasted logs above don’t actually correlate with the exact attempt that’s failing) or that you are not setting the env properly. Both of those are easy to verify / troubleshoot (you can set the env on the shell, verify the logs etc) and we’ll see |
|
I could still be setting it incorrectly but it looks right to me. I'll try setting the variable in ~/.bashrc next and see if that changes anything. |
|
Does it work when using |
|
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
|
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. |
At this point the basic mechanism for this has been proven to work so I’d suspect the issue is either a different hostname than you’ve set (so the copy and pasted logs above don’t actually correlate with the exact attempt that’s failing) or that you are not setting the env properly. Both of those are easy to verify / troubleshoot (you can set the env on the shell, verify the logs etc) and we’ll see