strapi / strapi-starter-next-corporate

Next.js starter for creating a corporate site with Strapi.
https://strapi-starter-next-corporate.vercel.app
MIT License
346 stars 95 forks source link

No preview mode button #27

Closed AdamDemirel closed 3 years ago

AdamDemirel commented 3 years ago

Hi there, thanks for creating this starter project.

Unfortunately from a fresh install following all of the instructions in the README I end up with a Strapi instance which doesn't have a preview button. Am I missing something?

image

This happens even if the page is in draft mode, and once the env variables are set.

Full video demonstrating from setup: https://streamable.com/8gw8c6

remidej commented 3 years ago

Hello Adam,

This is unfortunately normal, we removed that feature. I wrote a more detailed answer to that problem on the strapi-template-corporate repo: https://github.com/strapi/strapi-template-corporate/issues/1#issuecomment-744351066

remidej commented 3 years ago

Hey @AdamDemirel I'm also curious – where did you see that there should be a preview button? Was it on a blog article? Because it shouldn't be mentioned on the readme anymore

icarillo commented 3 years ago

Hi @remidej, I am just facing the same "issue" trying to find how to turn on the "Preview Mode".

where did you see that there should be a preview button? Was it on a blog article? Because it shouldn't be mentioned on the readme anymore

I first read about the preview mode in the starter itself:

image1

Then, searching how to use it, I found the following posts:

ingalless commented 3 years ago

I think this can be fixed with the help from this issue

Is there any interest in a PR to fix this for Strapi v3.6.x?