Why my electron app not run in any windows?There must be a logical explanation for the failure

748 Views Asked by At

When I run the app on Windows, I get a spinning loader for 1-2 sec. and then nothing happens. The app, when running properly, shows an icon in the task bar and opens a browser window for the user to login.

I'm using electron-log, but nothing is printed to the logs. It seems like the app is dying before it can start. I'm looking through Event Viewer and don't see anything obvious. I feel like I'm missing something and don't have a great way to understand what's happening.

Any suggestions on where to look on Windows 10 to understand why an electron app isn't doing anything?

1

There are 1 best solutions below

0
On

After reviewing all the operations it became clear to me that the error lay in the application and had to be installed   sqlserver exspress on the current machine because the error:

Unhandled Exception: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

A little attention and inquiry always negates obstacles