-
A follow up for https://github.com/kirill-konshin/next-electron-rsc/issues/2#issuecomment-2458552348
Prod run emits errors:
```
⨯ Failed to write image to cache 24-d7GMv9Put-b8LiQHcADsQ3iL099c…
-
```
const { Menu, app, BrowserWindow, ipcMain } = require("electron");
const serve = require("electron-serve");
const { join } = require("path");
Menu.setApplicationMenu(null);
process.env.ELECTR…
-
```bash
npm init electron-app@latest my-app -- --template=
```
initializes a project in the current working directory.
The very next section however says:
> ## Starting your app
> You should…
-
### Bug description
While testing https://github.com/containers/podman-desktop/pull/9804, I noticed that on linux, we were not handling the mimeTypes properly. As I was not able to open properly Podm…
-
**Describe the bug**
When the _Simple file search_ extension is enabled (on next Ueli popup) it works for a few seconds and then freezes (not responding).
**To Reproduce**
Steps to reproduce the …
-
The “canary” channel — which I sometimes call “PulsarNext” because I can't decide on a name — is something we'll have to do for a while so that people can run the latest-Electron version alongside the…
-
My app keeps closing automatically, after building a windows x64 app. There are no build errors and I have used the same code as mentioned in [this article](https://www.saybackend.com/blog/03-electro…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of conduct…
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
One of the breaking changes involves transformers, the error manifests itself on client side as:
> Uncaught TypeError: Cannot read properties of undefined (reading 'serialize')
With this line be…