digitros / nextjs-fastapi

https://nextjs-fastapi-starter.vercel.app
MIT License
408 stars 117 forks source link

api directory name conflicting with nextauth #13

Open ssdrum opened 7 months ago

ssdrum commented 7 months ago

The api directory conflicts with nextauth's directory structure /app/api/auth/[...nextauth]. I think that nextauth doesn't like another directory being called api. This has the result that nextauth's login page won't work. Is there a way to change the api directory name in root?

shredEngineer commented 7 months ago

Would also like to know this...