Information
Pre-steps
Have you searched through other issues to see if your problem is already reported or has been fixed?
Have you tried to reconfigure LaraDumps?
To configure LaraDumps, run: php artisan ds:init.
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?
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

Information
Pre-steps
Have you searched through other issues to see if your problem is already reported or has been fixed?
Did you read the documentation?
Have you tried to reconfigure LaraDumps?
To configure LaraDumps, run:
php artisan ds:init.Software Version
You can run
composer show -iandnpm listto list installed package with their versions.What is your project Environment?
Describe the bug
What happened?
While in the background, received the following popup error:
Extra information