-
Notifications
You must be signed in to change notification settings - Fork 0
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
Next.js 13 - App directory #703
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Also getting problems with everyones bane of existance,
Should try a fresh repo and see if this problem still happens. Maybe open issue |
This was caused by trying to run the props of the about/api page in clientside code. Moved it back to pages and running it on server again fixed it. |
📝 Changed routes:5 deleted routes:
Commit 14d0b76 (https://npm-diff-qn8tq4dgc-obusk.vercel.app). |
The `getProps()` broke everything.
In the (very) long run, I think the new Next.js rouing structure with Server Components could have many benefits to the
npm-diff
app.