tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
274 stars 331 forks source link

failure in production (firebase hosting) #442

Open ranulfo opened 1 year ago

ranulfo commented 1 year ago

hello everyone, I correctly tested this editor in dev, but when I deploy the project to production (using firabase hosting) the editor's body does not load successfully and puts a gray background in place after loading the site's splash screen (wtf ?!). The compilation command used was: flutter build web --web-renderer html --release --no-tree-shake-icons

Screen Shot 2023-07-14 at 12 26 36 Screen Shot 2023-07-14 at 12 25 12

Can someone help me ?

majdzain12 commented 1 year ago

Hello @ranulfo can you please provide me the console of the browser?

ranulfo commented 1 year ago

yes of course see the printscreen:

Screen Shot 2023-07-21 at 11 05 57
ranulfo commented 1 year ago

Any solution for this issue ?

Shriyanshx commented 1 year ago

facing the same issue

Ashhad08 commented 8 months ago

facing same issue

Shriyanshx commented 8 months ago

@Ashhad08 check console log there might be some html file that is unable to access from your server. In my case inginx was not serving the file.

Ashhad08 commented 8 months ago

@Ashhad08 check console log there might be some html file that is unable to access from your server. In my case inginx was not serving the file. Then what's the solution. i am using firebase hosting