codesbiome / electron-react-webpack-typescript-2024

Electron React Webpack Typescript Boilerplate with Custom Window and Titlebar Menus.
MIT License
347 stars 78 forks source link

White screen in app after npm run make #68

Closed dotinto closed 5 months ago

dotinto commented 5 months ago

In dev environment app is work correctly, but after making it displays white screen only. Using Dev Tools i had received that div.app is empty.

If launch exe in package folder, received the same issue.

Note: Path to app dir contain no spaces and non-latinic symbols Console didn't threw any errors image

Screenshot :) image

codesbiome commented 5 months ago

Can you advise which command was used to build the executable? Usually npm run package should work just fine.

dotinto commented 5 months ago

Can you advise which command was used to build the executable? Usually npm run package should work just fine.

I use npm run make but i will try npm run package

Upd: nothing else happened(

dotinto commented 5 months ago

I think something happened with the rendering

codesbiome commented 5 months ago

Can you share any repository link (based on this project) to replicate the issue you receiving?