RickD
1
I started coding along to the How to Build a Full-Stack Kanban Task Management App With TypeScript, Next.js, Redux-toolkit, and Firebase and encountered a typo in the NextAuth .env variables.
NEXT_AUTH_SECRET should be NEXTAUTH_SECRET
GOOGLE_CLIENT_ID = <client ID value>
GOOGLE_CLIENT_SECRET = <client secret value>
NEXT_AUTH_SECRET = <next auth secret>
I was unable to continue through this tutorial with this typo. Hoping this can be fixed as I am very interested in completing this tutorial.
ILM
2
If you fix that typo, what else is stopping you from continuing? So if there is multiple errors, the editorial team can fix it all at once
For me it’s the bit ,
If you need a step-by-step guide on how to get them, refer to this guide.
I’d love a step-by-step guide but there is no link 
1 Like
Yes, I would love to be able to follow a guide since I am stuck at this part.
I would assume the auth docs have what you need.
1 Like
RickD
6
When I fix the typo I am able to continue. I am happily working through the How to Add Initial Data to the Firestore Database section currently.
system
Closed
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.