-
Notifications
You must be signed in to change notification settings - Fork 487
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
Error: only absolute urls are supported #105
Comments
@NeoCN Thanks for reporting. I've seen this message before, but as a warning (still not good, but at least passing). A couple of questions:
Thanks. |
@tiffon Both output of
|
@tiffon after #102 was merged, both
|
Signed-off-by: Joe Farro <joef@uber.com>
…ute-urls Fix #105 test error, fetch requires absolute urls
@NeoCN Thanks for the great info. I was sort of able to reproduce the errors by running: $ yarn test -- -i The changes just merged into master should sort this issue out. |
Signed-off-by: Joe Farro <joef@uber.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
…t-error-absolute-urls Fix jaegertracing#105 test error, fetch requires absolute urls Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
Description
Just want to do some customize, but got
Error: only absolute urls are supported
when runnpm test
Steps to reproduce the issue:
proxy
field inpackage.json
file tohttp://localhost:8080
npm test
Describe the results you received:
Describe the results you expected:
pass all tests
Additional information you deem important (e.g. issue happens only occasionally):
Revert the
proxy
field modification, and modify thename
field to others, runnpm test
, and got the same error; butnpm test
is OK when nothing changed.Additional environment details (Browser, etc.):
None
The text was updated successfully, but these errors were encountered: