Skip to content

fix issue 243, app built on Windows cannot find manifest.json at startup and hangs on logo screen.#244

Open
lxgsbqylbk wants to merge 1 commit intoairgap-it:masterfrom
lxgsbqylbk:fix/separator_win
Open

fix issue 243, app built on Windows cannot find manifest.json at startup and hangs on logo screen.#244
lxgsbqylbk wants to merge 1 commit intoairgap-it:masterfrom
lxgsbqylbk:fix/separator_win

Conversation

@lxgsbqylbk
Copy link

@lxgsbqylbk lxgsbqylbk commented Jan 10, 2026

Use a system-independent path separator to get namespace name, otherwise building the project on Windows will generate incorrect manifest.json asset paths
public/assets/protocol_modules/node_modules/@airgap-community/iso-rootstock/manifest.json
causing the app to hang at startup on the device because it cannot find manifest.json
public/assets/protocol_modules/iso-rootstock/manifest.json

On the Windows platform, the path separator is '\\' instead of '/'
This issue causes the app to hang on the logo screen at startup.

fix issue #243

…Windows where the built app cannot find manifest.json at startup and hangs.
@lxgsbqylbk lxgsbqylbk changed the title fix the issue, app built on Windows cannot find manifest.json at startup and hangs on logo screen. fix issue 243, app built on Windows cannot find manifest.json at startup and hangs on logo screen. Jan 10, 2026
@sonarqubecloud
Copy link

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

Successfully merging this pull request may close these issues.

1 participant