neutralinojs
neutralinojs copied to clipboard
macOS builded application, fails to load random resources
Expected Behavior
Resources like .css, .js, should load successfully at application start.
Actual Behavior
When I kill / start mac application multiple times using neu run
, resources loads always successfully.
When I kill / start mac application multiple times using builded executable file, random resources are not loaded. At 1. start resources A,B,C does not load, at 2. start resources C,G does not load, etc...
Steps to Reproduce the Problem
- Build mac application
- Run executable file
- Inspect errors in console
Specifications
- NeutralinoJs Version: v3.1.0
- NeutralinoJs CLI version: v9.1.1
- Neutralinojs binaries: v4.2.0
- Platform: macOS Big Sur
- borwser userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)"
Bundling all scripts and css solved my problem.
can i work on this issue
Bundling all scripts and css solved my problem.
Kindly then close this issue
yeah sure! thank you