auth0 / lock

Auth0's signin solution
https://auth0.com/docs/libraries/lock
Other
1.13k stars 557 forks source link

12.5.0 script on CDN returns 403 error #2552

Closed KenCorbettTruepic closed 6 months ago

KenCorbettTruepic commented 6 months ago

Checklist

Description

When I try to load the https://cdn.auth0.com/js/lock/12.5.0/lock.min.js script like it shows in the Readme. I get a 403 Access Denied error:

Screenshot 2024-05-06 at 4 43 09 PM

Reproduction

  1. Paste https://cdn.auth0.com/js/lock/12.5.0/lock.min.js into your browser
  2. Observer Error

Additional context

No response

Lock version

12.5.0

Which browsers have you tested in?

Chrome

IuraCPersonal commented 6 months ago

Hey @KenCorbettTruepic , I ran into a similar problem but with an older version (12.3.1). However, when my React application starts - the request is still made to https://cdn.auth0.com/js/lock/12.5.0/en.js. I noticed the lock file from 12.3.1 version is still accessible. Any idea if I can choose where to make the request? I would really appreciate your or anyone's help.

ewanharris commented 6 months ago

Hey @KenCorbettTruepic, apologies for the inconvenience here. We're working to get that resolved, in the meantime I'd suggest using the 12.4.0 URL (https://cdn.auth0.com/js/lock/12.4.0/lock.min.js) until we fix this

frederikprijck commented 6 months ago

https://cdn.auth0.com/js/lock/12.5.0/lock.min.js works now!