You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when running the app, this error occurs invoking networking requests through Axios in the monero-ts library:
Error: Request failed without response: POST https://moneronode.org:18081/json_rpc due to underlying error:
_axios.default.request is not a function
TypeError: _axios.default.request is not a function
at HttpClient.axiosDigestAuthRequest (http://localhost:3000/static/js/bundle.js:36725:27)
at http://localhost:3000/static/js/bundle.js:36690:22
Installing Axios and making requests directly within the app works as expected.
Essentially default is being appended to axios.default.request when used through the library, which isn't defined.
There is a bounty on this issue. The amount is in the title. The reward will be awarded to the first person or group of people who resolve this issue.
If you are starting to work on this bounty, please write a comment so that we can assign the issue to you. We expect contributors to provide a PR in a reasonable timeframe or, in case of an extensive work, updates on their progress. We will unassign the issue if we feel the assignee is not responsive or has abandoned the task.
This issue requests fixing the sample React app.
Currently when running the app, this error occurs invoking networking requests through Axios in the monero-ts library:
Installing Axios and making requests directly within the app works as expected.
Essentially
default
is being appended toaxios.default.request
when used through the library, which isn't defined.Possibly related issue: axios/axios#5044
The text was updated successfully, but these errors were encountered: