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
This redirection has been introduced as a temporary fix to 404 errors occurring when trying to load tasks directly. The redirection happens in webapp/Training (now TrainingSteps) and has been merged in #727.
What makes the issue non-trivial is the fact that tasks are provided asynchronously from the server to the webapp, so loading the DISCOllaborative URL directly first requires querying the server for the task and waiting for the answer. Currently, the Google server instance can take up to 10s to boot up so there needs to be a loading indicator implemented to provide user feedback.
Optionally, look into whether we can get rid of the hashtag currently introduced by the Vue router history mode.
The text was updated successfully, but these errors were encountered:
Currently, trying to directly load https://discolab.ai/#/lus_covid or any of the DISCOllaboratives redirects to https://discolab.ai/#/list.
We would like to allow sharing DISCOllaborative links and remove this redirection.
This redirection has been introduced as a temporary fix to 404 errors occurring when trying to load tasks directly. The redirection happens in webapp/Training (now TrainingSteps) and has been merged in #727.
What makes the issue non-trivial is the fact that tasks are provided asynchronously from the server to the webapp, so loading the DISCOllaborative URL directly first requires querying the server for the task and waiting for the answer. Currently, the Google server instance can take up to 10s to boot up so there needs to be a loading indicator implemented to provide user feedback.
Optionally, look into whether we can get rid of the hashtag currently introduced by the Vue router history mode.
The text was updated successfully, but these errors were encountered: