app icon indicating copy to clipboard operation
app copied to clipboard

[BUG] A JavaScript error occurred in the main process

Open xalunda opened this issue 4 months ago • 3 comments

Information

Pre-steps

Have you searched through other issues to see if your problem is already reported or has been fixed?

  • [x] Yes - I did not find it.
  • [ ] No

Did you read the documentation?

  • [x] Yes - I did not find it.
  • [ ] No

Have you tried to reconfigure LaraDumps?

To configure LaraDumps, run: php artisan ds:init.

  • [x] Yes - I didn't work.
  • [ ] No, I believe this error is not related the configuration.

Software Version

You can run composer show -i and npm list to list installed package with their versions.

Software Version (exactly)
laradumps/laradumps 4.5.0
laradumps/laradumps-core 3.2.5
laravel/framework 12.25.0
Operating System MacOs 15.5 (24F74)

What is your project Environment?

  • [ ] Laravel Herd
  • [ ] Laravel Valet
  • [ ] Laravel Sail
  • [X] Docker
  • [ ] XAMPP
  • [ ] Laragon
  • [ ] Other - please specify: ________

Describe the bug

What happened?

While in the background, received the following popup error:

A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Missing required channel argument
at s.send (node:electron/js2c/browser_init:2:91745)
at _.send (node:electron/js2c/browser_init:2:75243)
at IpcMainImpl.<anonymous> (/Applications/LaraDumps.app/Contents/Resources/app.asar/dist/main.cjs:217:8500)
at IpcMainImpl.emit (node:events:518:28)
at WebContents.<anonymous> (node:electron/js2c/browser_init:2:85784)
at WebContents.emit (node:events:518:28)

Extra information

Image

xalunda avatar Sep 02 '25 09:09 xalunda