kevinhellos
Results
3
comments of
kevinhellos
> @namespace I am facing the same issue in 3 April 2024
Thank you for this solution. I was experiencing this issue before. Below is the code for those who needs it for reference. ```ts // new-tweet.tsx import { createServerActionClient } from...
This is the command that I used, it works for me as of June 5 2024. CREATE TRIGGER users_insert_trigger AFTER INSERT ON auth.users FOR EACH ROW EXECUTE FUNCTION insert_profile_for_new_user();