Roderik van Heijst
Roderik van Heijst
Same issue here (with 2022.11.1/2/3). Unlike OP, I don't know how to do this manually.
@kangmingtay Not the OP of this PR, but do want to point out that this PR aims to fix Supabase Auth's broken behavior introduced in version 2.67.1. When following Supabase's...
I think this was introduced in PR #999, where a bit of magic is used to determine the hostname regardless of the configured `API_EXTERNAL_URL` in the function `isValidExternalHost` [here](https://github.com/supabase/gotrue/pull/999/files#diff-97dfc3310e5139b4d9c7a160bd077aeb81ca1e7b8d7cfa837a402f54b4c03a3dR194), although...
Up till version 2.67.0, this worked properly as expected. Though it's cool to be able to specify multiple custom domains (the feature in 2.67.1 which if I understand correctly introduced...