Broken Link / Embed in Strapi EditorJS
See original GitHub issueWhen I try to embed a Link in Strapi it seems that the feature is broken… The link is red and a message pops up saying Couldn't fetch the link data
in the Strapi Editor. Any idea how to over come this?
Thanks for any help or pointers!
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:8 (5 by maintainers)
Top Results From Across the Web
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 >[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 >strapi-plugin-react-editorjs-extended-embed - npm
Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js with extended embed.
Read more >Highest scored 'editorjs' questions - Stack Overflow
I'm using editorJS with Strapi (back) and NextJS (front). Acutally, I sanitize the data directly in the frontend with a custom parser.
Read more >editorjs - Npms.io
A library for rendering styled, responsive and flexible React components from block style data objects like those generated by codex editors like Editor.js....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Kvintus @melishev I have tested the PR and it fixes this issue as well
Well, the last PR #44 should solve your problem, thanks for the input - @nhvu1988