Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Fix not working Fallback Mode when using axios 0.19.0 #15

Merged
merged 3 commits into from
Sep 4, 2019

Conversation

ArturT
Copy link
Member

@ArturT ArturT commented Sep 4, 2019

Problem

Since version 0.19.0 axios filter out custom properties in config , see axios/axios#164 (comment)

It means that axios-retry can't store retry number and will try to retry request to Knapsack Pro API infinitely.

Because of that Knapsack Pro Fallback Mode never started.

Related:
softonic/axios-retry#89 (comment)

Fix

Workaround for this issue - downgrade to axios 0.18.0

Other changes

  • Show retryCount number for each retried request.
  • Update axios-retry to 3.1.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant