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
-1 votes
0 answers
20 views

electron opens raw main file source code in my native browser

When I run my electronjs app (electron . or electron electron.js) instead of opening a electron tab it opens the electron.js file in my browser (opera) as if it were a text file I figured out that the ...
iEnis's user avatar
  • 13
0 votes
0 answers
18 views

Angular 14 and Electron js Outlook integration doesn't work after creadentials given

We have used @azure/msal-angular For outlook integration in our system. let result = await this.msalService .loginPopup({ scopes: [ 'user.read', 'Mail....
Henil Mehta's user avatar
-1 votes
0 answers
44 views

No icon is displayed

The following problem needs to be solved: when you drag shortcuts to the container, they are duplicated and their image is not displayed. Below I provide the main code of node js electron and renderer....
UserAndroidDeveloper's user avatar
0 votes
1 answer
63 views

How can i fix Electron problem: Error: ENOTDIR, not a directory?

I'm using an electron for the first time. I ran into a problem when building the application. I do everything according to the documentation, I use electron-forge. npm run make runs without problems, ...
Казбек Сабанаев's user avatar
0 votes
0 answers
31 views

Uncaught TypeError: Failed to resolve module specifier "monaco-editor". Relative references must start with either "/", "./", or "../"

I'm getting started using a Monaco Editor for an Electron JS application. So far I'm able to get the file content on a user's directory no problem but when I try to append it to a Monaco Editor is ...
BeratK2's user avatar
  • 63
-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
1 vote
1 answer
44 views

How to use context isolation ture with node integration false, In frontend without using Routes instead Js File for load the context body?

I can't use Electron Forge, so in order avoid duplicating header in HTML files, I want the base of the content load using JS function, within the page also I need to do the execution as well HTML ...
Sasanka Weerakoon's user avatar
0 votes
1 answer
30 views

By default electron js has to show me the top menu when I touch the alt key

by default electron js has to show me the top menu when I touch the alt key, but I want to disable it but nothing works for me, I don't understand what to do Here is my code: app.whenReady().then(() =&...
Frederic Jasmin's user avatar
0 votes
2 answers
52 views

How to make user data persistent in local storage in electron-app?

I'm building a tasks-to-do application using electron. As I'm new using it, I have found a lot of problems to make the tasks already uploaded persistent in the application. I'm creating the tasks ...
MavapeGZ's user avatar
0 votes
0 answers
49 views

Amazon SP API Invalid 'marketplaceIds' provided

I'm using Electron and try to use the Amazon SP SPI. Somehow I always get the following error despite that my marketplaceIds are correct. // apiCall.js const SellingPartner = require("amazon-sp-...
bn 41's user avatar
  • 35
0 votes
0 answers
30 views

How do I fix puppeteer sending message duplicated?

So, I made a whatsapp message sender in nodejs using puppeteer to connect to wpp and electron to get the message and number inputs, but I have three main problems: It doesnt send the message after ...
João's user avatar
  • 3
-1 votes
3 answers
56 views

Check if any system app is running in fullscreen nodeJS

I'm making this widget in electron that shows up on the screen when you press ctrl+space. I only want the widget be able to show up when there's no app running in fullscreen mode. I've tried using ...
ivox's user avatar
  • 39

15 30 50 per page
1
2 3 4 5
166