-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: web UI trying to fetch localhost instead real address #350
Comments
I found also |
If you know a solution around |
@muesli sure, i'll try to experiment, and if i found any issue on backend, i'll let you know (cuz i don't work with js, sadly) |
@muesli yikes, i found pretty bad code here. Looks like it changing html page via bytes replacer (which is SO SO BAD idea). that's why it doesn't change canonical url i think. Also, it doesn't so necessary to include hostname in html page (but url path is pretty required), so maybe |
Can you elaborate a bit more? I'm not sure what issue you're seeing. |
Soooooo strange to say it, but:
i reproduced issue #156, which said that webserver is broken (not a webserver, actualy, but web ui)
What happens:
I installed docker container on my dedicated server with my domain (
somecooldomain.com
, i don't want to show it), BUT!js code is trying to get another js script from localhost! Just, you know, forcely get, this is a part of error log:
AND! You know what?) this logged code fetching EXACTLY this endpoint (in curl to show an issue explicitly):
Docker image:
fribbledom/beehive:latest@sha256:9549cf6ffbe26f743e22fc2a43e7f516d18c077a4fc382132af8bdab9f736d97
Entry point:
/bin/sh -c /go/bin/beehive -config /conf/beehive.conf
The text was updated successfully, but these errors were encountered: