DavidF9265
KKinde
•Created by DavidF9265 on 8/17/2024 in #💻┃support
Post logout url in NextjsSDK not redirecting
We are trying to achieve a post loggout redirect but cant make it work despite correctly setting envs. We are trying to achieve the redirect using LogoutLink component from the sdk
19 replies
KKinde
•Created by DavidF9265 on 7/11/2024 in #💻┃support
Is there a way to logout in nextjs without using Link Logout?
I want to logout but link component does not satisfy our team needs as we are looking for a way to logout using button click event handlers. How can we do this? is it possible? i was reviewing the repo and cant find any, if not, is this planned? i think a few hooks may be very handy for us devs with some basic functionalities like login, logout, signup
28 replies
KKinde
•Created by DavidF9265 on 6/30/2024 in #💻┃support
Why do i keep on getting invalid credetianls log?
My app is working well in development, i am consuming the management api, it usually logs "invalid credentials" even when i have correctly set the env variables and inited the management api with the init() method. However, when i try to run a built of my code for production, this log is the only thing i see and the management api does not respond, any advice?
17 replies
KKinde
•Created by DavidF9265 on 6/23/2024 in #💻┃support
Im having 401 in http://localhost:3001/api/auth/setup when using browserClient hooks for the front
10 replies