Did Supabase Change Auth Hooks?

I have been using auth hooks for a while now based on the supabase documentation.

https://supabase.com/docs/guides/auth/auth-hooks/custom-access-token-hook

All of a sudden, users logging into our application were getting errors related to the "custom_access_token_hook" despite no changes to either our codebase or supabase configuration.

Moving the Auth Hook / Function to a different schema seems to have fixed the problem, but I'd like to work out why?

Has anyone else had issues?
Customize the access token issued by Supabase Auth
Was this page helpful?