leandroercoli / SaasterKit

A Next.js Boilerplate Kit designed to streamline the development process and accelerate the creation of modern web applications with pre-configured essential features.
97 stars 23 forks source link

Feedback for “Database Management with Prisma” #8

Open dzc1 opened 2 weeks ago

dzc1 commented 2 weeks ago

Hey man! great work, i have a questioo, i get a error after signUp where the util func 'getSignedInUserOrThrow' does not receive my user after using Clerk. Honestly the user is not even reflected on Supabase. I did the migrations with 'generate' 'migrate' commands and I am not getting to get the user to show up on my Supabase instance.

Thanks!