Auth0 on Apple - Failing App Transport Security Policy Error Code 1022

Our web app is now failing user sign ups. Had a user trying to sign up just now and got this error.

But it’s showing the user it correctly created in Auth0. I could really use the help here as this is a major problem. Any ideas on how to fix this or why it’s actually happening?

Hi @john32,

Are you using HTTP (vs. HTTPS) connections in your app? This policy blocks the use of insecure connections like HTTP.

There’s more info here: NSAppTransportSecurity | Apple Developer Documentation

If this doesn’t solve it, can you please determine which connections are causing this error?

Thanks!