ensured that the Customize Login Page Toggle is turned off
However, my signup page does not have the additional fields. I have tried navigating to my-custom-domain/login but that doesn’t work. I’ve tried my current login page and that doesn’t work either.
my-custom-domain/login causes an “ERR_TOO_MANY_REDIRECTS” error when I have the tenant URI set as “my-custom-domain/login”. Without the tenant URI, I get an auth0 error page titled “invalid_request”. I think the issue was that I was not making the request from my app, and just trying out the URL in my browser. My bad. Using the snippet you shared I did get a full name field on my signup screen.
Using the login page at my canonical URL does not show any of the custom signup fields, is this how it should be or is there another problem?
Thanks for the follow-up. I’m glad you were able to get the full name field on your sign-up screen.
That makes sense. These are configured as additional sign-up fields and should only appear on your sign-up page and not the login page, regardless of whether you go to your custom domain or canonical domain URL.