issues Search Results · repo:svsool/axios-better-stacktrace language:TypeScript
Filter by
10 results
(90 ms)10 results
insvsool/axios-better-stacktrace (press backspace or delete to remove)With:
- axios: ^1.7.2
- axios-better-stacktrace: ^2.1.6
On:
const agent = axios.create({
baseURL: ...
})
axiosBetterStacktrace(agent)
I get the type error:
Argument of type import( /node_modules/axios/index ...
schwarmco
- 1
- Opened on Jun 4, 2024
- #13
The CJS dist has the .d.ts types file exported, but the ESM one doesn t, causing typescript to think that there are no
types for this package
pravinthan
- 4
- Opened on Apr 18, 2023
- #12
I see no point in including the original axios stack since It s borderline useless.
My suggestion is to add an option that transforms this:
Error: Request failed with status code 404
at createError ...
mariuszste
- Opened on Feb 22, 2023
- #11
Hi! First of all, thank you for maintaining this, it s very much appreciated!
I just want to report that #5 broke the error enhancement for us. When using a custom interceptor for debugging the
error ...
alexandre-abrioux
- 2
- Opened on Sep 16, 2022
- #9
What did I do:
1. npm i axios
2. npm i axios-better-stacktrace
Got an error (from report.txt which on screenshot):
image
Updated:
With --legacy-peer-deps option to npm install library is installed ...
RinatValiullov
- 1
- Opened on Nov 19, 2021
- #8
tl;dr:
- Nuxt.js uses Axios for its http request library.
- Because Nuxt is partially server-side, Axios ends up making requests from the server context.
- When a server-side Axios request fails ...
beporter
- 5
- Opened on Aug 5, 2021
- #7
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch axios-better-stacktrace@2.0.2 for the project I m working on.
Inside a typescript project the net.js library ...
icrotz
- 2
- Opened on Mar 10, 2021
- #5
Hi, it s me again;
I may have spoken too soon when I said it wasn t a deal breaker 😬
In a node ESM project, if Jest is used as the test framework, you need to transpile the code to CommonJS because Jest ...
Nowadays
- 5
- Opened on Mar 4, 2021
- #3
Hi,
When importing this module in a node ESM environment the function exported is exported as default, which is not what you
intended, cf: the readme.
image
Nowadays
- 2
- Opened on Mar 2, 2021
- #2
Hi, thanks for the great lib! One issue I ve found is that other interceptors which you attach to your Axios instance
runs before the patched code catches the error. This is by design, but it means we ...
cbrevik
- 4
- Opened on Feb 3, 2021
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.