Replies: 2 comments
-
@ccssmnn Right now there is no support for Next.js Preview Mode. However, we are looking into ways to support it. I'll write back here when we have more info! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd also love to see this. The current setup doesn't even really work for me. Been evaluating headless systems for use with some client sites and I know they're going to want to be able to click around while in a preview mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking into FaustJS as I want to enable preview mode on my WordPress site. NextJS has a preview Mode which follows the following procedure:
https://<your-site>/api/preview?secret=<token>&slug=<path>
<token>
, sets a preview context and redirects to<path>
FaustJS seems to render ALL previews at a specific route while following an OAuth flow. I prefer sticking to the NextJS way of handling this.
My question: Is there a chance to configure the FaustWP Plugin to allow me following the way, NextJS handles previews? If not, is support for this approach planned in the future?
Beta Was this translation helpful? Give feedback.
All reactions