Chronos icon indicating copy to clipboard operation
Chronos copied to clipboard

Local 8080 doesn't spin up when Electron app is run.

Open apinkhasov101 opened this issue 9 months ago • 0 comments

Describe the bug Local Host 8080 is supposed to display a browser version Chronos, however there seems to be compatibility issues that are due to Electron. Attempting to address the TypeError issue within DashboardContext.tsx (as shown on the browser's console log) doesn't resolve the issue and also affects/prevents the Electron app's dashboard from rendering as well.

To Reproduce Steps to reproduce the behavior:

  1. Follow the README to start up the app.
  2. Make sure you 'npm install' all the the dependencies
  3. Enter 'npm run start:electron' to start the app.
  4. Got to 'localhost:8080' in your web browser.
  5. See error (black screen)

Expected behavior It would be expected that the same dashboard interface visible on the electron app would appear on your local machine's browser as well.

Screenshots

Image

Desktop:

  • OS: Mac 15.3
  • Browser Safari
  • Version 18.3

apinkhasov101 avatar Feb 18 '25 16:02 apinkhasov101