Skip to content

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

@EhDa12

Description

@EhDa12

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions