Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

362
Vistas
How can I launch the registration page using @auth0/auth0-react?

I've been stuck trying to get the sign up page (registration) to launch by default using @auth0/auth0-react. In the past, I used to send mode which used to work in auth0-js.

I've tried the following to no avail:

 const { loginWithRedirect } = useAuth0();
 loginWithRedirect({
      // screen_hint: 'signUp'
      screen_hint: 'signup',
      ui_locales: 'es',
    });

How can I make it work again?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

According to https://community.auth0.com/t/can-not-get-screen-hint-to-work/46519, the problem is that in the Admin panel I have selected the classic experience, whereas these parameters only work for the new experience.

Nonetheless, you can pass any arbitrary variable and it will be sent as a GET parameter. Therefore, we can pass our traditional mode and it will work:

  const { loginWithRedirect } = useAuth0();

  loginWithRedirect({
      screen_hint: 'signup',
      ui_locales: 'es',
      mode: 'signUp',
    });

Check if you have the classic or new experience in your dashboard by going to:

  • Branding -> Universal Login enter image description here

enter image description here

As you can see, I had the classic experience enabled.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda