Frontend
Authentication
- Prisma <> Open SSL not working
- Issue: https://ask.replit.com/t/openssl-install-not-working/32678
- Fix: https://ask.replit.com/t/prisma-for-replit/22821/4
- 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