mattmilburn/strapi-plugin-preview-button

Plugin crash admin page in Strapi > 4.5.1

quentinsimon opened this issue · 2 comments

Since I've upgraded my Strapi (I tried in every release higher than 4.5.1), the preview plugin makes my Strapi admin page crash
image

Here after, you can find the error message I could find in my console
image

If I disable preview-button in my config/plugin.js file, everything is back to normal

Hope it could help you

Hi @quentinsimon The plugin recently updated to version 1.1.0. Can you try upgrading the plugin to see if this resolves your issue? If not can you provide more details on your package.json and plugins config.

I've updated to latest version and it is working as expected :)
Thanks for the fix @mattmilburn