15,523 questions
0
votes
0
answers
11
views
Sharing not working in Electron BigBlueButton meeting app
I have been trying to build a desktop app using electron. The reason is to add desktop client specific features like remote control and add a pop up when presenter starts sharing there screen. I ...
0
votes
0
answers
23
views
Trying to load a custom .glb file but constantly getting an HTML/404 response when fetching the file
Cannot work out where to put the model.glb file.
Error:
Error in asyncWritable: Unexpected token '<', "<!doctype "... is not valid JSON.
Created the project with - 'npm create //@/...
-2
votes
0
answers
20
views
problem with SQLite problem in Electron application [closed]
how are you? I'm a junior and I'm facing a problem in an offline desktop application developed with Electron.js, SQLite, HTML, CSS, JavaScript and Node.js. The application was made by third parties ...
0
votes
0
answers
20
views
Has anyone managed to get .env working with electron-vite?
I followed everything here: https://vite.dev/guide/env-and-mode
but doesn't work at all.
Tried with both env.d.ts and vite-env.d.ts, in src and root dir, with VITE_ prefix and without, with types: [&...
0
votes
0
answers
13
views
How to set electron app as default browser
I used electron to implement a browser-like application. When clicking on a link in an external application, such as http and https, I want to open this application. It has been implemented on mac, ...
3
votes
0
answers
23
views
An unhandled rejection has occurred inside Forge: HttpError: Not Found when publish electron-forge
when i tried to publish my electron-forge vite
this is my forge.config.js
const { FusesPlugin } = require('@electron-forge/plugin-fuses');
const { FuseV1Options, FuseVersion } = require('@electron/...
0
votes
0
answers
12
views
Getting Error can not find module call-bind-apply-helper in window electron js production build
error message
I have tried electron js production build in linux it is working fine but when creating build in production it is giveing me error, It was stopping suddenly and giving error,
for this i ...
-1
votes
0
answers
29
views
Build both ARM64 and X64 macOS targets with electron-builder including their dependencies
I have a problem with building separate images for macOS for both main architectures for an electron-based application.
I use electron-builder with this config:
electron-builder.yml:
# ...
npmRebuild: ...
0
votes
0
answers
9
views
Electron Push Reciver With Latest Firebase APIs
Earlier we used the electron-push-receiver NPM package, Now these https://fcm.googleapis.com/fcm/connect/subscribe we are getting a 404 Error.
index.js file source
const uuidv4 = require('uuid/v4');
...
0
votes
0
answers
36
views
Electron.js - ERROR: ffmpeg_common.cc(970) - Unsupported pixel format: -1 [closed]
I am developing my electron.js project on vscode and when I launch the program it gives me error [7372:0224/183720.245:ERROR:ffmpeg_common.cc(970)] Unsupported pixel format: -1, I am using .mp4 video ...
2
votes
1
answer
87
views
zustand state function to change one property of object
So i am using Zustand with react in my electron app. I'm using it to pull some data from the dexie database. It's just one entry and it saves it to state. I'm trying to get the set function from the ...
0
votes
0
answers
47
views
Log into Azure Enterprise Application with @azure/msal-node library using Electron
Context
I started with this Electron app provided by Microsoft - https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-node-samples/ElectronSystemBrowserTestApp.
You ...
0
votes
0
answers
24
views
chunked_data_pipe_upload_data_stream.cc(217)] OnSizeReceived failed with Error: -2
I have my project in next and react js, The project uses microphone for some purpose, I have used window.SpeechRecognition and SpeechSynthesisUtterance . I have used electron js to make it desktop app....
0
votes
0
answers
12
views
Unable to use Pouch Db with electron
Node Version: 22
Electron Version: 34.2
PouchDb Version: 9
I create project using this command
yarn create @quick-start/electron my-app
Im trying to use pouch db with electron but Im facing this ...
0
votes
0
answers
29
views
My Electron App is Not Loading After Packaging
Checked app.asar contents
I verified that build/index.html and other necessary files exist inside app.asar, meaning they are correctly included in the package.
✅ 2. Modified electron.js to correctly ...