Hi, been doing several apps with Flutter web. I usually deploy to my server the files generated after running Flutter build web, so I can access the app from anywhere/any device. However I created a new app, and while it does run fine using Chrome during debug, when I try to deploy it to my server it simply shows a blank page. To rule out a code error or something not compatible with Flutter web, I created a completely new App, and without changing any of the original code, I added web support and deployed, but still blank. Tried this with channels beta and dev.
In the past months this has been working fine, but not anymore. Could be a matter of Flutter that may resolve by its own?
Thanks