Course Notes: Next Flix

My notes from following the Netflix Clone video Currently at: 3:14 Target 1 Done! Target 2 3:51 (:40) Issues I ran into:
  1. After installing Tailwind, needed to delete the .next folder and restart the app for styles to start working
  2. NEXTAUTH_URL and NEXTAUTH_SECRET had to be set to callback url and dummy secret respectively
  3. Latest Replit Next 13 template not working - no nix file etc. Had to fallback to Node 18 and SSL Lib override.
  4. [Open] Still have not run the prism migrate for refresh_token_expires_in needed for GitHub
Notes:
  1. When setting up Google and Email auth, watch 1:35-1:42 for how to actually make it work
Resources