You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm actually trying to start the httpd to serve and assets folder.
_initServer() async {
final server = await Dhttpd.start(
path: '/assets/webapp',
port: 8089,
address: InternetAddress.loopbackIPv4);
}
E/flutter (31706): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: Invalid argument(s): A directory corresponding to fileSystemPath "/assets/webapps" could not be found
Any idea why?
The text was updated successfully, but these errors were encountered:
I'm actually trying to start the httpd to serve and assets folder.
E/flutter (31706): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: Invalid argument(s): A directory corresponding to fileSystemPath "/assets/webapps" could not be found
Any idea why?
The text was updated successfully, but these errors were encountered: