service_role key not working locally on rpc call
I created a custom function to get a user by its id:
However, when trying to execute it using the RPC function I got the following error:
Note: I double-checked that I am using the right service_role key by calling any of the
However, when trying to execute it using the RPC function I got the following error:
Note: I double-checked that I am using the right service_role key by calling any of the
auth.admin methods and it worked.