zhefciad
KKinde
•Created by zhefciad on 3/31/2024 in #💻┃support
Manually fetch user
Thanks! Exactly what I needed.
5 replies
KKinde
•Created by zhefciad on 3/14/2024 in #💻┃support
I'm getting a bunch of api/auth xhr requests, is this normal?
I found the culprit. I'm rendering a bunch of cards and I accidentally left an unused useKindeBrowserClient hook. All good now. Thanks guys
6 replies
KKinde
•Created by zhefciad on 3/14/2024 in #💻┃support
I'm getting a bunch of api/auth xhr requests, is this normal?
Thanks!
6 replies
KKinde
•Created by zhefciad on 3/14/2024 in #💻┃support
I'm getting a bunch of api/auth xhr requests, is this normal?
If it's not, then it's probably something I did in my end.
6 replies
KKinde
•Created by zhefciad on 3/14/2024 in #💻┃support
I'm getting a bunch of api/auth xhr requests, is this normal?
NextJS v2
6 replies
KKinde
•Created by zhefciad on 3/14/2024 in #💻┃support
Add clickable button that redirects them back into the homepage when on authentication page
Not really, but would love to have it for better UX in the future
7 replies
KKinde
•Created by zhefciad on 2/24/2024 in #💻┃support
Custom Success route.ts failing in build process && not showing logs inside GET()
I solved it by moving the user creation logic in the frontend. But if there's any way to build the file as a server side code without any errors, please let me know.
8 replies
KKinde
•Created by zhefciad on 2/24/2024 in #💻┃support
Custom Success route.ts failing in build process && not showing logs inside GET()
I run the GET() manually and it somehow worked, I can now see console logs after success inside the GET() function. The problem is it's not getting any user. This is the log
8 replies
KKinde
•Created by zhefciad on 2/24/2024 in #💻┃support
Custom Success route.ts failing in build process && not showing logs inside GET()
src > app > api > auth > success > route.ts:
8 replies
KKinde
•Created by zhefciad on 2/24/2024 in #💻┃support
Custom Success route.ts failing in build process && not showing logs inside GET()
Logs from
npm run build
on prod:
```8 replies