Skip to content
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

Missing manifest.json for IsolatedModules Plugin (FileNotFoundException) #223

Open
EhDa12 opened this issue Dec 24, 2024 · 0 comments
Open

Comments

@EhDa12
Copy link

EhDa12 commented Dec 24, 2024

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:

  1. Where this manifest.json should be placed or how it’s generated?
  2. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant