next js
@kapa.ai
Hi
This code is for auth-provider in a nextjs refinedev app.
I encounter the following error :Unhandled Runtime Error
Error: Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server". Or maybe you meant to call this function rather than return it.
{login: function login, register: ..., logout: ..., onError: ..., check: ..., getIdentity: ...}
Can you help, Please?
Hi
This code is for auth-provider in a nextjs refinedev app.
I encounter the following error :Unhandled Runtime Error
Error: Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server". Or maybe you meant to call this function rather than return it.
{login: function login, register: ..., logout: ..., onError: ..., check: ..., getIdentity: ...}
Can you help, Please?
message.txt5.63KB
