vechain / connex

The mono-repo contains libraries to help build dApps for VeChain.
https://docs.vechain.org/developer-resources/sdks-and-providers/connex
GNU Lesser General Public License v3.0
86 stars 3.58k forks source link

Connex not loaded via HTML Script Tag #118

Closed EBoiSha closed 1 year ago

EBoiSha commented 2 years ago

Hi!

I am trying to include the connex library via HTML script tag as proposed here https://docs.vechain.org/connex/.

However, my browser constantly tells me can't be loaded due to 404. If I curl I get redirects, if I open the connex reference in the browser it works too.

If I use https://unpkg.com/@vechain/connex@2.0.9/dist/connex.min.js instead of https://unpkg.com/@vechain/connex@latest I don't get any error.

I am using Brave browser on the latest version.

Thanks!

EBoiSha commented 2 years ago

Can be removed. Loaded the script at the beginning

EBoiSha commented 2 years ago

Well I still get it but not sure if it is really an issue

qianbin commented 2 years ago

so what's the problem now?