Vercel app not working
i am using the next js kinde sdk's latest version(2.3.6)
the app is working correctly on localhost
but the deployed version is facing issues on authentication:
link : https://casecobra-anand.vercel.app/
repo: https://github.com/anandpanda/casecobra
3 Replies
Hey, quick question do you only have this problem with logout ?
@IkiTg07 Actually the problem is that when i try to login or signup, the user is not saved in the session and therefore the functionalities based on user authentication breaks
@IkiTg07 You can recreate the issue by visiting the website and then try to log in
Is this the first time you have deployed the app? This video by the team might be able to highlight something for you https://youtu.be/ZNuE7CkB6ck?si=6CeYAvanDmGuJ4OV
Kinde
YouTube
How to deploy a Kinde Next.js app with Vercel
Software engineer Peter takes you through how to deploy a Kinde app using Vercel, and covers the common pitfalls involved.
00:00 - App demo
0:46 - Creating a project on Vercel
1:19 - Initialising Github repo
2:49 - Setting up environment variables on Vercel
4:00 - Deploying and visiting the app on the Vercel Domain
5:13 - Updating environment ...