question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Strapi Not Showing Editor.js

See original GitHub issue

The plugins section shows that it’s installed, but it doesn’t show up when trying to edit a post. I’ve tried to follow issue #27, and other issues, but nothing seems to work. What am I missing? What are the requirements for installation?

The Strapi docs state just adding the below code into the middlware.js file:

module.exports = [
  // ...
  {
    name: 'strapi::security',
    config: {
      contentSecurityPolicy: {
        directives: {
          'img-src': ['*'],
        },
      }
    },
  },
  // ...
];

All efforts are not resulting in the editor being available.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:19 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jared-leddycommented, Apr 7, 2022

@bavicj & @melishev, FYI, npm run build was the fix.

4reactions
bavicjcommented, Apr 7, 2022

@jared-leddy I just switched from light to dark mode and it started to work

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Bug] Loaded data is not shown in editor · Issue #1495 - GitHub
I am using EditorJS in lieu of github.com/strapi/strapi/'s built-in editor. This is the render function of my container component: render() ...
Read more >
Editor.js - Strapi Market
In order for Strapi to show the Link Tool thumbnails correctly, you will need to edit the 'strapi::security' line in ./config/middlewares.js.
Read more >
How to Replace Strapi's Default WYSIWYG Editor with ...
In this guide, you will learn how to replace the default WYSIWYG editor (Draftjs) in Strapi with the TinyMCE editor.
Read more >
How to change the WYSIWYG in Strapi
This tutorial explains how to easily do an Admin Customization in Strapi. This example shows how to replace the markdown rich text editor...
Read more >
Richtext editor not showing markdown - Strapi Admin
I am having the same issue. I changed out my rich text editor to use CKEditor and it works fine for collections…however, for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found