Eric Blanchette
Results
2
comments of
Eric Blanchette
@un999 "the 66 one"? do you have a link?
I experienced something similar when using setCookie. Manage to resolve it by wrapping the function in a serverOnly function. Hope this helps ``` export const setTokens = serverOnly(async (access: string,...