desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Initial loading spinner runs forever

Open chriswhong opened this issue 5 years ago • 2 comments

If desktop cannot connect to the backend, we should show an error after some period of time, prompting the user to reload/restart.

Right now, the initial splash screen loading spinner just shows forever if the backend is not available.

chriswhong avatar Nov 15 '19 16:11 chriswhong

Screen Shot 2020-01-24 at 10 36 43 AM

This still happens when running desktop in dev mode without first running qri connect.

chriswhong avatar Jan 24 '20 15:01 chriswhong

Just to add some information here, had the same thing happen couple days ago on 0.4.0. The behavior was linked to me "fred"ing myself. The config registry.location was set to something on 127.0.0.1:xxxx. The quick remedy is to run qri config set registry.location https://registry.qri.cloud. Hopefuly an unreachable host in this scenario is the only thing triggering it.

Also just to be complete, these all overlap I think:

  • https://github.com/qri-io/qri/issues/1196
  • https://github.com/qri-io/desktop/issues/457

Arqu avatar Mar 20 '20 18:03 Arqu