Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 492 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 492 Bytes

Next Auth basePath repo

Changes made (based on next and nextauth docs, see commit for details):

Environment is already included.

npm run dev

Visit http://localhost:3000/custom-route.

Pages will render as before.

BUT... can't Sign In (will get HTTP error)

Change to v4.18.1 to see it work:

npm i next-auth@v4.18.1
npm run dev