79395594

Date: 2025-01-29 02:23:38
Score: 2
Natty:
Report link

I haven't used Electron but definitely your mistake should be around the main file when setting it up, specifically in this line:

const appUrl = isDev
        ? 'http://localhost:3000'
        : `file://${path.join(app.getAppPath(), 'out', 'index.html')}`;

Could you try setting it up like this guide? Hope it helps

Reasons:
  • Blacklisted phrase (1): this guide
  • Whitelisted phrase (-1): Hope it helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: Agustin Moles