← Turn your feedback into functionality Settings and activity 1 result found Draft/preview Content Platform 7 votes Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea New · 1 comment · Other - Misc · Delete… · Admin → How important is this to you? Nice to have You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating An error occurred while saving the comment johannes commented · Jun 9, 2025 · Edit… · Delete… Just put my message here for support: On optimizely saas Ok so basically there's no way for now to view the preview using the full URL itself instead of preview? Just for comparison on other CMS, the graphql on Contentful we just need to add (preview: true /false) on the query such as: BlogCollection(preview: true) to see the draft content. And nextJS has this draft mode (https://nextjs.org/docs/app/guides/draft-mode) that works flawlessly if you have that feature. instead of forcing user to just goes to /preview url. Save Submitting... johannes supported this idea · Jun 9, 2025
Just put my message here for support:
On optimizely saas
Ok so basically there's no way for now to view the preview using the full URL itself instead of preview?
Just for comparison on other CMS, the graphql on Contentful we just need to add (preview: true /false) on the query such as:
BlogCollection(preview: true) to see the draft content.
And nextJS has this draft mode (https://nextjs.org/docs/app/guides/draft-mode) that works flawlessly if you have that feature.
instead of forcing user to just goes to /preview url.