You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While following the "Full Stack Applications > Creating the Application" tutorial, I encountered a Prisma database error during the user authentication step.
It turned out that I needed to run bun run migrate:dev to apply the migrations locally. This step isn't currently mentioned in the tutorial, and adding it would help others avoid confusion or runtime errors.
The text was updated successfully, but these errors were encountered:
While following the "Full Stack Applications > Creating the Application" tutorial, I encountered a Prisma database error during the user authentication step.
It turned out that I needed to run
bun run migrate:dev
to apply the migrations locally. This step isn't currently mentioned in the tutorial, and adding it would help others avoid confusion or runtime errors.The text was updated successfully, but these errors were encountered: