Running into this with nRF Connect v2.6.1 for Windows
What happens is that the top-level app installs and runs fine, any apps that are added and launched within (or directly using a shortcut) fail with a popup error window saying:
Tried to invoke app function, but no app is loaded.
For whatever reason, there is a special character in the windows account that does not get escaped by these sup-apps:
Trying to load module, but package.json is missing in C:\Users\M. app-bundle.js:sourcemap:18493
(The first special character is after the M)
Are there existing switches that can force the path escape in the sub-apps for the windows version?