setRole doesn't work
I'm using NextJS@14.
Hello, I'm trying to give a user the admin role, but it's not working and I am not getting an error message/code.
here is my code (a server action):
The response i get:
If you have an Idea of what went wrong please let me know.
Any help is appreciated 🙌
1 Reply
I fixed it, after looking at some other posts
I forgot i had to use the auth.api instead of the authClient, because it's a server action.
here is the working code: