Hello,
i’m using a regular web application using typescript and nextjs app-router with the @auth0/nextjs-auth0 sdk.
I choose Auth0 to get a fast and clean login flow with a B2C - Essentials plan.
I have a configured custom domain. This domain is verified, all good.
I started to customize the login template using the auth-cli.
I deployed my changes and i didnt get any result.
I started to check documentation and understand what’s going on.
I don’t have access to Auth0Lock, or auth0.WebAuth.
I tried several tricks like using initAuth0 with issuerBaseURL in the /api/auth/route.ts without result.
Can you explain the way to simply using custom domain with universal login, thx anyway.