Skip to main content
1 vote
Accepted

Angular 18.0.5 not seeing the interceptor

the app.config.ts was the wrong wrapper in which the intercepted should be callled, instead i called it in bootstrapApplication() in main.ts and it worked : bootstrapApplication(AppComponent, { ...
EagleMind's user avatar
1 vote

Axios interceptor to retry sending FormData

This issue was related to this one. Everything is fixed since axios v1.6.8 🥳 Now, there is no need to handle anything for FormData when the request is retried. Everything will be passed normally to ...
Xavierh's user avatar
  • 461

Only top scored, non community-wiki answers of a minimum length are eligible