When I release my app in to testfight, a error happens

I’m preparing to release my app via TestFlight. All settings are the same as in development, and everything works well locally. However, after downloading the app and attempting to log in, Auth0 displays the message: “Oops, something went wrong” along with my tenant name.

Could you please help me identify what might be causing this issue?

Additionally, I’m using Universal Login. Do I need to set the Application Login URI in this case? If so, how should I configure it properly? I also received a warning related to this, but I’m not sure what action is required.

This is the warning I got: “A user has attempted to access a login page directly. This is not supported unless a "Application Login URI" is set for your application, or a "Tenant Login URI" is set for your tenant. For more information, see: https://auth0.com/docs/universal-login/default-login-url

Hi @jeff.qiu

I am sorry about the delayed response to your inquiry!

The issue appears to be caused by the fact that your users are not being redirected to the login page or to the /authorize endpoint but instead are being prompted to access it directly.

As the error message states, you will need to configure and Application Login URI inside your Application Settings or configure your application to redirect the users as mentioned above.

If you have any other questions, let me know!

Kind Regards,
Nik

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.