Skip to content

Docs: Missing prisma migrate dev step in "Creating the Application" section of Full Stack tutorial #406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sanchitrk opened this issue May 6, 2025 · 1 comment

Comments

@sanchitrk
Copy link

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.

@ahaywood
Copy link
Contributor

🤔 This command should get run automatically, as soon as you run pnpm run dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants