kevmoo / dhttpd

A simple HTTP server that can serve up any directory, built with Dart.
https://pub.dev/packages/dhttpd
BSD 3-Clause "New" or "Revised" License
107 stars 30 forks source link

Flutter web release not working with dhttpd package #37

Open MuhmdHsn313 opened 2 years ago

MuhmdHsn313 commented 2 years ago

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 Screenshot 2022-03-07 121241

Console of browser Screenshot 2022-03-07 121303

Thanks...

2math commented 11 months ago

Are you using Drift? On my side the app is working in release mode until I have to use the DB :(