singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

After few minutes of uploading image it doesn't show #2382

Open Tsovinar2000 opened 1 week ago

Tsovinar2000 commented 1 week ago

Is there an existing issue for this?

Flutter Quill version

No response

Steps to reproduce

1) Upload image , save in db 2) After few minutes check the same document with editor the image is not loading

Expected results

it should keep the image always

Actual results

image

Additional Context

Screenshots / Video demonstration [Upload media here]
Logs ```console [Paste your logs here] ```
EchoEllet commented 5 days ago

Can you share the console log when this issue occurs?

Tsovinar2000 commented 2 days ago

Can you share the console log when this issue occurs?

Screenshot 2024-11-20 111401

The error is not related with editor. The last line is editor's json. I noticed that the image is not up[loading when I do hard reload , or quit and run project.

EchoEllet commented 1 day ago

Could you provide a minimal reproducible example? I'm unable to encounter the issue.