Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Provided config url is not valid" warn then req error just with newly released Axios 0.25.0 #4424

Closed
903f opened this issue Jan 26, 2022 · 1 comment

Comments

@903f
Copy link

903f commented Jan 26, 2022

With the newly released 0.25.0, got warn of "Provided config url is not valid" of my Axios instance in the console, then error occurred. That does not occurred if just rolled back to the version 0.24.0 of Axios. Not got tips from the changelog 0.25.0.

the initialization:

const weatherInstance = axios.create({baseURL: 'http://xxxxxxxxxxx/weather'});

the call that error occurred:

weatherInstance.request({
    params: {stationid: locCode},
    signal: weatherAbortController.signal
})

Expected behavior

There was no such warn or error on the 0.24.0 version of Axios.

Environment

  • Axios Version [0.25.0]
  • Browser [Firefox]
  • Browser Version [96.0.2]
  • Node.js Version [v16.3.1]
  • OS: [Win 10]
  • Vue Version [2.6.14]
@jasonsaayman
Copy link
Member

Closed see #4407

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants