-
Notifications
You must be signed in to change notification settings - Fork 116
Description
Hello,
I’m building airgap-vault locally on Windows with Node v23.5.0, Angular 16.1.1, and Capacitor 6.1.1. The app fails to load past the first screen because the IsolatedModules plugin logs a FileNotFoundException for:
(maybe, the only error in logcat was this:)
public/assets/protocol_modules/node_modules/manifest.json
There’s no public/ folder in the source code, and Angular’s angular.json does not copy anything to that path—so manifest.json never appears in www/assets/ or the final android/app/src/main/assets/public/. I’ve searched the entire repo and found various other manifest files (manifest.webmanifest, collection-manifest.json, etc.) but not the specific one required by the plugin.
Could you clarify:
- Where this manifest.json should be placed or how it’s generated?
- Whether it should be committed in the repo (e.g., under src/assets/) or produced by a script?
Any guidance would be greatly appreciated—this file is blocking the app from running.
Thank you!