We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am experiencing a 404 error with the braintree assets when loading the hosted fields.
Upon investigating, I noticed that I am fetching the html file from https://assets.braintreegateway.com/web/3.98.0/html/hosted-fields-frame.min.html which does not yet exist.
I tried to change my braintree-web version however no avail.
Any advice?
The text was updated successfully, but these errors were encountered:
Solve.
My bad. I have my package.json like this
"braintree-web": "^3.96.0",
instead of this
"braintree-web": "3.96.0",
Sorry, something went wrong.
We had the same issue, but we were trying to update to SDK version: 3.98.0
Having the same issue right now with braintree-web: ^3.98.0
braintree-web: ^3.98.0
No branches or pull requests
General information
Issue description
I am experiencing a 404 error with the braintree assets when loading the hosted fields.
Upon investigating, I noticed that I am fetching the html file from https://assets.braintreegateway.com/web/3.98.0/html/hosted-fields-frame.min.html which does not yet exist.
I tried to change my braintree-web version however no avail.
Any advice?
The text was updated successfully, but these errors were encountered: