Skip to main content

All Questions

0 votes
0 answers
24 views

Creating a Logger for the electron application [closed]

I want to create a logger to handle all the logs inside the application. To offload logger tasks such as writing logs to the file, rotating the log files, and sending logs to different monitoring ...
Jithin Vijayan's user avatar
0 votes
0 answers
19 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
-1 votes
0 answers
19 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
22 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
-2 votes
0 answers
59 views

Error while running react - electron in browser - Uncaught ReferenceError: require is not defined

I am tryin to make a electron - react application and while running i am getting a error on the console of the browser. Uncaught ReferenceError: require is not defined at Object.events (bundle.js:...
Sherlock-Holmes-2-2-1's user avatar
0 votes
1 answer
20 views

Unknown spawn error in electrong-react app

I am making an app in electron and react. The app was working fine until one day this random error popped. Description of error I tried deleting the node_modules folder and reinstalling it but it ...
Ammar Akram's user avatar
0 votes
0 answers
40 views

I'm having an data loss issue using line Graphs in ApexCharts

ApexCharts seems to modify/remove some data, I'm not quite sure if this is a skill issue of mine, or something else. I'm getting data from an API from my server, the APIs data is intact and seems to ...
ThePyGuy's user avatar
0 votes
0 answers
40 views

Blank white screen after build electron-react app with electron-builder

I already read ups and downs of this question in everywhere you can find and my problem still persists. I have no problem during development and my app runs fine with npm start command in VSCode. when ...
Omid Azad's user avatar
0 votes
1 answer
150 views

electron-vite with reactJs , build issue that while building my app show whiteblank screen idk while I integrating my api

, I am trying to create a VPN app in which I am getting the servers from an API, I am using reactJS for my renderer process, it is working perfectly fine in development but when I build it, its ...
Haider Ali's user avatar
0 votes
0 answers
37 views

Electron React Tailwind Electron-builder

after building my app and i have installed I am getting this error Uncaught Exception: /Users/home/Documents/cranesoft-POS/Untitled/dist/mac-arm64/app.app/Contents/Resources/app/src/index.css:1 @...
Dare Ace Rex's user avatar
1 vote
3 answers
67 views

How to know if an external URL is loaded successfully from the main process when using window.open() from the renderer process

Is it possible to identify whether an external URL is loaded successfully or not from the main process, when window.open("http://example.com") is called from the renderer process? Something ...
mason's user avatar
  • 385
0 votes
1 answer
69 views

How to remove menu bar from the window that opens with an external URL of an Electron application

I have the below code to remove menu bar from the window that opens with an external URL of an Electron application. windowObject.webContents.setWindowOpenHandler(() => ({ action: 'allow', ...
mason's user avatar
  • 385
0 votes
1 answer
28 views

Electron Load Lag in Renderer

I am currently building an electron typescript react app. It is a sort of account manager, which can retreive data for the specific accounts and display the data to the user. My Problem is, that the ...
dbice's user avatar
  • 88
-2 votes
1 answer
89 views

How to turn a MERN app into a desktop app? [closed]

I am very new in front-end application development. I made a MERN application in react, divided into two parts, a frontend and a backend. Now they all work fine, but I want to turn them into a desktop ...
tyinde's user avatar
  • 5
0 votes
1 answer
52 views

Electron Forge with React doesn't render html success

I'm following this link https://www.electronforge.io/guides/framework-integration/react-with-typescript which is adding React into Electron Forge project. The main codes are: index.html <body> ...
William Hu's user avatar
  • 15.9k

15 30 50 per page
1
2 3 4 5
41