capacitor build
-
good am,
something strange with capacitor and cordova (same behavior).
using quasar 1.51.7 app 2.2.3
when using quasar dev, its working in android studio.
the app is ok in dev mode.but when i build (quasar build -m capacitor -T android), then i have a white page when deploying.
In log i can see:
E/Capacitor: Unable to read file at path public/plugins
E/Capacitor: Unable to open asset URL: http://localhost/dist/css/app.1e5994b7.cssits like the build dont include the files ?
the only file in www is the index with link to …/…/dist/its 2 days that i try to find out why but this time, google is not my friend.
-
try updating to the newest Quasar version:
https://quasar.dev/quasar-cli/commands-list#upgradequasar upgrade
thenquasar upgrade --install
If it not resolves then post a github issue.
-
thank for your help.
everything was up to date…
I try a new project and its working. so i compare the 2 projects and our projext seems too old.
I have to change quasar.conf to adjust with the new created project.the problem was that the www folder was not sync. there was only index file …
So If someone get this problem, create a new projext and compare the conf file (it’s maybe too old)thanks again
-
forget to say. there was jconfig.json file missing with compilerOptions