You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the plugin on the latest Strapi version 4.1.11. I see the changes in the package.json and yarn.lock files after the installation, and I can also see the plugin installed and visible in the administrative panel of Strapi. However, when I go to one of the content types and check the Rich text editor - I see the default one from Strapi.
The text was updated successfully, but these errors were encountered:
@thexpand
I couldn't replicate the issue by a fresh install with Strapi v4.1.11.
I assume you are running the app with either yarn develop or yarn build instead of yarn start as the first 2 commands rebuild the admin-ui while the latter one won't.
Can you share a repo, so I can take a look.
I installed the plugin on the latest Strapi version 4.1.11. I see the changes in the
package.json
andyarn.lock
files after the installation, and I can also see the plugin installed and visible in the administrative panel of Strapi. However, when I go to one of the content types and check the Rich text editor - I see the default one from Strapi.The text was updated successfully, but these errors were encountered: