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

fix: assign specific version for axios #521

Conversation

habibalkhabbaz
Copy link
Contributor

@habibalkhabbaz habibalkhabbaz commented Oct 7, 2022

Description

Axios v1.0 was released 2 days ago and it has some breaking changes.
The CDN url of axios in index.html and index.prod.html always points to the latest version which is dangerous.
Also, it's making the frontend unreachable.

This PR specifies the version of Axios to be always v0.27.2

Related Issue

#520

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

@chrisleekr chrisleekr merged commit 9d9b8dd into chrisleekr:master Oct 7, 2022
@chrisleekr chrisleekr added the bug Something isn't working label Oct 7, 2022
@chrisleekr chrisleekr linked an issue Oct 7, 2022 that may be closed by this pull request
@habibalkhabbaz habibalkhabbaz deleted the fix/assign-specific-version-for-axios branch October 10, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

axios.post is not a function
2 participants