You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using nwjs 0.16.1 stable and when I run ember nw:test command, it's opening a blank window and throwing FILE_NOT_FOUND errors.
This might well be because of the base tag in the tests/index.html file which is set to ../, since it worked properly after I moved all the assets into the tests folder and removed the base tag. I also tried using an older version of NWjs (0.12.3) which worked fine with the existing configuration. Hence, it is likely that NW has removed support for this feature, but I'm not sure which version/commit that change happened.
What would be the best way to fix this? We can either copy all the assets to the tests folder or just move the contents of the tests folder into the parent directory and replace index.html and package.json files there. I can raise a PR if needed.
The text was updated successfully, but these errors were encountered:
Hi, I'm using nwjs 0.16.1 stable and when I run ember nw:test command, it's opening a blank window and throwing FILE_NOT_FOUND errors.
This might well be because of the base tag in the tests/index.html file which is set to ../, since it worked properly after I moved all the assets into the tests folder and removed the base tag. I also tried using an older version of NWjs (0.12.3) which worked fine with the existing configuration. Hence, it is likely that NW has removed support for this feature, but I'm not sure which version/commit that change happened.
What would be the best way to fix this? We can either copy all the assets to the tests folder or just move the contents of the tests folder into the parent directory and replace index.html and package.json files there. I can raise a PR if needed.
The text was updated successfully, but these errors were encountered: