electron-cra-boilerplate icon indicating copy to clipboard operation
electron-cra-boilerplate copied to clipboard

Doesn't work after packing

Open 0xC0A1 opened this issue 5 years ago • 2 comments

Does not work after packaging. What can i do to fix it? (Gives blank page, console message tells me file not foud for webpack chunks)

main.b922094e.chunk.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND 2.b1655f74.chunk.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND main.89abfae5.chunk.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND /manifest.json:1 GET file:///manifest.json net::ERR_FILE_NOT_FOUND 

0xC0A1 avatar Apr 03 '19 05:04 0xC0A1

@kevinrodriguez-io please show info from webdevtools which you can open in this app. I had similar thing - it means that the build was with errors and the error should be thrown into console.

proton1k avatar May 26 '19 19:05 proton1k

OR, make sure "homepage": "./", is set!

This setting in package.json allows to put relative paths.

sunnyuff avatar Sep 11 '19 18:09 sunnyuff