Support Next 15 - When? #691
Replies: 7 comments 14 replies
-
Hey @yuriyyakym! Thank you for bringing up this topic. I appreciate your contribution and interest in adding support for Next.js 15. I was waiting for the RC 1 of Next.js 15 to continue working on this pull request. I will check if the latest canary of the Next.js is passing tests. Regarding your workaround, it's great that you've found one! |
Beta Was this translation helpful? Give feedback.
-
I've been pulling my hair out thinking there was an issue with my code! So it's simply that there's no support for Next 15 yet. I'm running v15.0.0-canary.190. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@better-salmon RC1 has landed :) https://github.com/vercel/next.js/releases/tag/v15.0.0-rc.1 |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I’m currently working on supporting Next.js 15. It will take a bit of time, as there are many changes in Next.js, some of which are breaking. I aim to maintain backward compatibility as much as possible. I appreciate your patience during this process! |
Beta Was this translation helpful? Give feedback.
-
Just a quick update! Believe it or not, I somehow managed to catch Covid-19 in 2024. 😆 But I’m all better now and back to work! Made a new PR #846 |
Beta Was this translation helpful? Give feedback.
-
Are there any updates? I noticed there's a Next15 branch in the repository. Can we directly use this branch now to support Next.js 15? Thank you. |
Beta Was this translation helpful? Give feedback.
-
For somebody who running this plugin under redis-strings and still getting 500 can be helpful #846 (comment) |
Beta Was this translation helpful? Give feedback.
-
Hey!
Is there a plan to release Next 15 support?
I see there is an open PR.
The code in the PR looks good, though not passing some tests.
We're using Next 15, so supporting rsc data was crucial for us.
For now I had to monkey-patch cacheHandler like this (inspired by the PR):
It would be nice if you release the version with Next 15 support under some rc/beta tag.
Beta Was this translation helpful? Give feedback.
All reactions