Next.js Discord

Discord Forum

Next-auth in Next.js 13

Unanswered
Whimbrel posted this in #help-forum
Open in Discord
WhimbrelOP
I'm trying to make a twitter clone. In the tutorial series I watched, the pages folder was used because it was made with next js 12. I want to do this with nextjs 13. But I couldn't do that in app router, I'm confused. What folder structure should I do, especially the [...nextauth.js]
pages :{
signin: "/auth/signin"
}
how should it be?
Thanks.

1 Reply

Golden-winged Warbler
There are several long form "build a clone of X in NExtJS 13 App router" videos out there. I'd recommend watching them, there are more changes to be aware of.