Open FaisalAhmedAlghamdi opened 7 months ago
I don't know if I am same here, my app sometimes crashed due to access for file:///C:/
and went to the blank screen and can never recover from that. After crash, every time I press Ctrl + R, the app access for C:/
in dev tools 'Network' tab, and no response, and the screen is blank.
console log:
Not allowed to load local resource: file:///C:/ chromewebdata/:1
@caoxiemeihao can please help look into this?
I was also facing the same issue and it turned out that the additional build field in pakage.json is what causing this bug. you should remove it from the package.json file and add to the electron-builder.json5 file.
Describe the bug
Hi, i compiled my app with electron builder and when i run it it keeps telling me
Not allowed to load local resource: file:///C:/Users/faisal/AppData/Local/Programs/posman/resources/app.asar/dist/index.html
main.ts
package.json