froala / KMSFroalaEditorBundle

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
105 stars 33 forks source link

Error 1 image cannot be loaded on Froala Symfony 4.x #122

Closed gabrielncl closed 3 years ago

gabrielncl commented 3 years ago

Hello, I'm working with Symfony 4.x without flex and last version of froala, and I get Error 1: Image cannot be loaded from the passed link.

My config of froala editor : kms_froala_editor: language: "fr" pluginsDisabled: ["save"] imageMaxSize: 2097152 imageUploadFolder: "/uploads" imageUploadPath: "/uploads" publicDir: "/web"

My Image is being saved in the folder but it can be retrieved by the editor.

jmsche commented 3 years ago

Hi, what version of the bundle are you using? Are you sure about your configuration?

gabrielncl commented 3 years ago

Hi, it's the dev-master I think it's the 4.0.0, yes my configuration is working the path is the good one

gabrielncl commented 3 years ago
Capture d’écran 2021-01-26 à 11 24 30
jmsche commented 3 years ago

Can you check logs & xhr response to see what fails?

gabrielncl commented 3 years ago

Now it's working, I cleaned cached files and it seems to work. Thanks for fast responses

jmsche commented 3 years ago

Could you please close the issue? :)