/recover) from my client app, I get the password reset email with the default template, but the "Reset Password" link is http://localhost/auth/v1/verify?token=...&type=recovery&redirect_to=http://localhost:8167/password-reset. The http://localhost/ part is not correct - it is missing the port #. I have API_EXTERNAL_URL set to http://localhost:8000 (8000 is my external port for supabase/kong), but it doesn't seem to be using it. API_EXTERNAL_URL to things like https://example.com, but the link always comes out http://localhost/.... I've scoured the gotrue source and it looks like it should be using API_EXTERNAL_URL. Any tips would be much appreciated.