David Lorenz Thanks for the response! I’m not surprised everything is not working, Supabase self hosted is super finicky. Yes, the magic link / email verification links are returning 403 errors. This comment section won’t allow me to post links but API_EXTERNAL_URL is set correctly.
The verification URL from creating a user through the dashboard:
kong/auth/v1/verify
The verification URL from creating a user through the API:
http://example[dot]com/auth/v1/verify?token=pkce_xxxxx...
Its odd that kong is the url from the dashboard. I double checked Forced SSL, but the API link is non-SSL. I've also tried manually sending an SSL link but still get the 403 error.