Hello There
I completed the development of a flutter app and started build this app with flutter build web, after that I try run by dhttpd using dart pub global run dhttpd --path build/web/ or flutter pub global run dhttpd --path build/web/, when I open chrome and paste link, the app not working, and throwing 304 status code in cmd, and throw an errors in console.
When entering website

Console of browser

Thanks...