qri-io / 2017-frontend

qri electron & web frontend
https://qri.io
MIT License
23 stars 7 forks source link

Non-useful error message "error 404: " on frontend #464

Closed dustmop closed 5 years ago

dustmop commented 5 years ago

When running the frontend, viewing an unpublished dataset by going to the url "localhost:2503/dustmop/my_dataset" produces a red alert box with "error 404: " despite the dataset existing, and properly rendering in the UI. This is caused by the dataset not being found on the registry, causing an action to fire with type "REGISTRY_DATASET_FAILURE" and the above error message. Multiple fixes are needed: