Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
21 views

I want to change default electron icon but not able to do that

Here is my package json file cdde. "build": { "linux": { "target": "deb", "category": "Office", "icon": &...
Zech arslan's user avatar
0 votes
0 answers
31 views

How to send electron menu data to react component?

In my react/electronjs project, here is what I would like to accomplish: In the Menu aspect of the electron js window, I want a function that gets text content of a file using the electron dialog and ...
readyvibes's user avatar
0 votes
0 answers
17 views

#0 does not contain any stream [closed]

ffmpeg exited with code 1: Output #0, mp4, to 'D:\billion-view\video-compilation-electron-app.billionviews\simple_audio\yt-video-best-short-motivational-speech-video-24-hours-1-minute-motivation-2-...
Test Dev's user avatar
0 votes
0 answers
21 views

Electron Store working in dev mode but not in production

I am using Electron Store in Electron Js Project. The app is successfully built. But the electron store is not working in production/build version as I am not able to store the data persistently. What ...
Bibek Chalise's user avatar
0 votes
0 answers
76 views

net::ERR_CONNECTION_RESET when trying to fetch/getting data from localhost http server

I got a http server in C++ running on my localhost to get some data transfered to my electron react frontend. Unfortunately I run into heavy issues and I tried googling all day & night. It uses ...
H 1's user avatar
  • 1
0 votes
0 answers
28 views

SSH2-SFTP-client module won't import

I am trying to import and use the ssh2-sftp-client package for my React/Electron project, but any time I add the import to a file, I get a massive wall of module errors. They are all either "Can'...
Rancid27's user avatar
0 votes
0 answers
21 views

Issue with OAuth Redirect in Electron App Using Nextron Framework in Production

to authenticate and interact with YouTube APIs. The app works perfectly in development mode, but I am facing an issue in production mode regarding the OAuth redirect URI. In development mode, the ...
Muneeb Chaudhry's user avatar
0 votes
0 answers
15 views

Event listener onWheel of REACT+ELECTRON makes the app lag

I'm trying to make a GUI like figma, powerpoint or event slide, where you can drag items wherever you like and even off the screen (where in this case, the screen will follow the box). The fact is ...
Pax's user avatar
  • 11
-1 votes
0 answers
27 views

How to get the device ID and device type in Electron.js with React.js and TypeScript?

I am working on an Electron.js application that uses React.js and TypeScript. I need to obtain the device ID and device type within my application. Here is a brief overview of my setup and what I've ...
Lalchand Sharma's user avatar
0 votes
0 answers
18 views

How can we customize the Electron App title bar for windows, should contain minimal details such as the logo, name, mini, max, close

I am using vite+react for my project. I have setup and run the electron app. I was able to add the title and logo of my own. But i still want my title bar to be having few customization which makes a ...
Kalyan Adduri's user avatar
1 vote
0 answers
30 views

External REST API calls in Electron Vite

How can i possible access an REST api call from my backend to Electron-Vite without any security issues? Im trying to do this but its not working. import { contextBridge } from 'electron' import { ...
Vanz's user avatar
  • 21
0 votes
0 answers
36 views

Refused to load the image because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' data:"

I'm building an application that uses Electron Forge, React and Leaflet to display maps. However, when adding a map to my page, the following error is displayed in the console: Refused to load the ...
Felipe César's user avatar
0 votes
2 answers
45 views

Load locally saved files to tonejs

I am trying to create an app with the electron-react boilerplate where i can create audio files. I found Tone.js, which allows me to play sounds but loading the sample files seems close to impossible. ...
FallenAngel7882's user avatar
0 votes
0 answers
25 views

Load React or Angular Component In OpenFin

I am trying to get an OpenFin app to run using the Platform API: https://developers.openfin.co/of-docs/docs/platform-getting-started I can get a 'platform' running, and x2 panels using the example in ...
Oam Psy's user avatar
  • 8,621
0 votes
0 answers
12 views

App not getting removed from start up items after uninstallation

App not getting removed from start up items after uninstallation const key = new WinReg({ hive: WinReg.HKCU, key: '\Software\Microsoft\Windows\CurrentVersion\Run' }); const appName = 'airtel_reflect'...
Jitendra Singh's user avatar

15 30 50 per page
1
2 3 4 5
107