Skip to content
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

Improve Next.js examples #4312

Open
2 tasks
nikolasburk opened this issue Dec 8, 2022 · 3 comments
Open
2 tasks

Improve Next.js examples #4312

nikolasburk opened this issue Dec 8, 2022 · 3 comments

Comments

@nikolasburk
Copy link
Member

  • Add "Deploy with Vercel" button
  • issue: README talking about an API route that doesn’t exist (/api/feed)
@ruheni
Copy link
Contributor

ruheni commented Dec 16, 2022

Idea: Link to the fullstack-prisma-nextjs-blog template from the example README.

We'll have to switch the database provider if we want to add a deploy button. SQLite doesn't work too well on Vercel with Prisma. The last time I tried it, I ran into some errors — the SQLite file could not be found.

I would like to understand the purpose and intention we have with the Next.js examples to help decide if we should(n't) add the deploy button.

Here are some of the options I think we have:
Option 1: Add a deploy button, and update the database provider to make the deployment process smoother.

Option 2: No deployment button but link to fullstack-prisma-nextjs-blog template from the README.

@ruheni
Copy link
Contributor

ruheni commented Dec 19, 2022

Another suggestion:

@mayank1513
Copy link
Contributor

Also needs refactor

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

No branches or pull requests

4 participants