Email verification link not redirecting after clicking

I am using the Universal Login experience and am setting up email verification in my app. I had a similar issue with getting the “back to website” button to show up on my password-reset emails. For those, it turns out that the Auth0 docs (I had it linked here but apparently we can’t include links in posts) are incorrect and I needed to add an “Application Login URI” in the main app settings.

This doesn’t seem to apply to the verification emails. I just get a “successfully verified email” page with no button and no redirect. I am sending the email resets via the Auth0 management API “send an email verification email” function (link also redacted). It looks like if you use the “create an email verification ticket” API call (link also redacted), it lets you specify a redirect URI, but we’d like to use the Auth0 email templates and not have to do a custom implementation style+send our own email to match.

I have the Redirect URL set to `{{ application.callback_domain }}` in the email template, and my “Application Login URI” set, as well as my callback URLs.