-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot identify directory #80
Comments
I'm having the same issue, I don't know what to put in the |
Finally, I found out that the relative paths are relative to the If you are using Capacitor, the assets are copied into |
My code is something like this (in a Ionic/Angular + Capacitor app):
|
This plugin used in cordova project, then the app deployed into Android 11 phone. The www_root is newly created directory.
When a client open access the server, always got response:
INTERNAL ERRROR: serveFile(): given homeDir is not a directory.
So, what should be modified?
The text was updated successfully, but these errors were encountered: