braintree / braintree-web

A suite of tools for integrating Braintree in the browser
https://developer.paypal.com/braintree/docs/start/hello-client/javascript/v3
MIT License
444 stars 134 forks source link

Hosted fields assets 404. #705

Closed jexodusmercado closed 11 months ago

jexodusmercado commented 11 months ago

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?

jexodusmercado commented 11 months ago

Solve.

My bad. I have my package.json like this

    "braintree-web": "^3.96.0",

instead of this

    "braintree-web": "3.96.0",
BenAkroyd commented 11 months ago

We had the same issue, but we were trying to update to SDK version: 3.98.0

jasongrishkoff commented 11 months ago

Having the same issue right now with braintree-web: ^3.98.0