We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm a software engineer from 4Paradigm, also a user of Sourcegraph.
I appreciate your wonderful product very much, which really helps me with code analysis.
I'd like to report a minor bug here.
As specified in the title, the URL always points to 127.0.0.1, while it's supposed to be the same hostname where it's deployed.
Setup info:
Inline commit message is correct, but generated URL points to 127.0.0.1:7080 instead of xxx (the host where I deployed it).
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
Well, I've spent 5 minutes to check the code and found this:
Since I ran Sourcegraph from within docker, no wonder the hostname is 127.0.0.1.
I've never written typescript though, maybe I'll put in a fix later.
No branches or pull requests
Hi, I'm a software engineer from 4Paradigm, also a user of Sourcegraph.
I appreciate your wonderful product very much, which really helps me with code analysis.
I'd like to report a minor bug here.
As specified in the title, the URL always points to 127.0.0.1, while it's supposed to be the same hostname where it's deployed.
Setup info:
Inline commit message is correct, but generated URL points to 127.0.0.1:7080 instead of xxx (the host where I deployed it).
The text was updated successfully, but these errors were encountered: