[Nodejs]: axios throws "invalid url" errors #9642
Answered
by
kezhenxu94
aladdin-add
asked this question in
Q&A
-
we were using the node.js sdk the repro code is really simple: const axios = require('axios');
const ax = axios.create({baseURL: 'https://x.d.so/'});
const res = await ax.get('/xxxx'); // throws here.😪 I noticed it has a TODO in the codebase: https://github.com/apache/skywalking-nodejs/blob/17bc0bf2015eed84de57c095d12f0598df11dc90/src/plugins/AxiosPlugin.ts#L46. is there a plan to fix it? 🙌 |
Beta Was this translation helpful? Give feedback.
Answered by
kezhenxu94
Sep 20, 2022
Replies: 1 comment
-
Fixed in apache/skywalking-nodejs#93 Can you take a look? @aladdin-add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kezhenxu94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed in apache/skywalking-nodejs#93
Can you take a look? @aladdin-add