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
git-lrc works both with self-hosted LiveReview backends, or cloud livereview.hexmos.com
Authentication depends on backend, for example. And sometimes we are under illusion that cloud is the backend, but the config actually connects to some local non-existant url.
Potential solution:
Have a health API to the server
have an indicator in "lrc ui" make it green/yellow based on connection status
On hover - show more details on backend being used
Implementation Details:
Perform health check once when starting lrc ui
Re-check on page refresh
Display persistent status indicator in the UI
Avoid excessive polling - only check when user-initiated
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
git-lrc works both with self-hosted LiveReview backends, or cloud
livereview.hexmos.comAuthentication depends on backend, for example. And sometimes we are under illusion that cloud is the backend, but the config actually connects to some local non-existant url.
Potential solution:
Implementation Details:
Beta Was this translation helpful? Give feedback.
All reactions