Open kellypacker opened 1 year ago
Hey @kellypacker,
Our Next.js SDK is not currently compatible out-of-the-box with RSCs and the App Router paradigm introduced in Next 13.4's. There are implementation steps you can take to ensure that Ninetailed runs only on the client side to leverage the app router, though you will likely find that a Pages directory implementation remains easier for now.
A demonstration implementation can be found here: https://github.com/ninetailed-inc/contentstack-next-app-router-example, where the following changes to a Pages directory Ninetailed implementation have been made:
Hope that helps!
I'm updating a site to use the Next 13 App Router paradigm. I'm getting an error with
<NinetailedProvider />
. I've tried adding the provider in various places but can't get it to work:Does it support the App Router? And if so what is the suggested place to put it? Thank you!