strapi-plugin-images icon indicating copy to clipboard operation
strapi-plugin-images copied to clipboard

Can't manage my content anymore after installing this plugin

Open ThaDaVos opened this issue 5 years ago • 6 comments

After installing this plugin I can't use the content-manager anymore always getting the following error in the console and a white page - if I remove the plugin everything works fine again.

TypeError: "s.filter is not a function"

    retrieveLinksContainerComponent main.js:48 retrieveLinksContainerComponent main.js:48 renderNavLinks main.js:48 value main.js:48 Co main.js:16 Oo main.js:16 Bo main.js:16 wn main.js:16 An main.js:16 Wn main.js:16 Hn main.js:16 Vn main.js:16 ze main.js:16 

main.js:16

    tn main.js:16 callback main.js:16 Zo main.js:16 Xo main.js:16 yn main.js:16 bn main.js:16 qn main.js:16 unstable_runWithPriority main.js:53 qn main.js:16 Wn main.js:16 Hn main.js:16 Vn main.js:16 ze main.js:16 

ThaDaVos avatar Mar 19 '19 13:03 ThaDaVos

Got the same issue as @dvdbot. The api endpoint seems to works fine though.

marttivesalainen avatar Mar 27 '19 08:03 marttivesalainen

Thanks for the report. Which version of strapi are you using?

Froelund avatar Mar 27 '19 08:03 Froelund

Thanks for the report. Which version of strapi are you using?

3.0.0-alpha.25.2

marttivesalainen avatar Mar 27 '19 15:03 marttivesalainen

Same issue here.

runabol avatar Mar 30 '19 18:03 runabol

I've digged into this a bit, and it seems that what's causing this is the inject components feature.

My hunch is that this plugin is lacking a file at admin/src/injectedComponents.js exporting an empty array like this:

export default [];

Can anyone verify this?

Froelund avatar Apr 01 '19 11:04 Froelund

I tried this and it didn't work... This plugin is awesome but this bug is annoying :/

Mistergix avatar Jun 27 '19 11:06 Mistergix