Course Notes: Next Space

My notes from following the Full Next 13 course by Fireship.

Frontend

Authentication

  • Prisma <> Open SSL not working
  • Next Auth empty email issue
    • Resolved by using findFirst instead of findUnique
  • Prisma <> GLIBC issue
    • resolved by removing the Fix for open ssl when running commands for prisma
  • JWT error
    • Resolved by fixing a missing parameter of authoptions to getServerSession() call

Backend

Course Resources