You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Follow the README to start up the app.
Make sure you 'npm install' all the the dependencies
Enter 'npm run start:electron' to start the app.
Got to 'localhost:8080' in your web browser.
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
Desktop:
OS: Mac 15.3
Browser Safari
Version 18.3
The text was updated successfully, but these errors were encountered:
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:
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
Desktop:
The text was updated successfully, but these errors were encountered: