Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

257
Vistas
How to register an protocol/deep links to my Electron App?

Error launching app: "Unable to find Electron app at..."

I'm using electron-react-boilerplate and I'm not able to create a handler that opens my electron app in development mode.

I've read the Deep Links and Protocol documentation and I still couldn't get it to work!

Following the Deep Links documentation I was able to open the app after it was packaged into an .exe, but I can't debug and catch this event and work on the front-end.

In development mode this error appears whenever I access the handler:

Error screenshot

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

I managed to solve it by adding on main.js:

if (!app.isDefaultProtocolClient('electron-handler')) {  
  app.setAsDefaultProtocolClient('electron-handler')
}

and this on package.json:

"build": {
  ...
  "protocols": {
    "name": "my electron handler",
    "schemes": [
      "electron-handler"
    ]
  },
}
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda