-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download workspace shows error while any workpace is running for the first time #4977
Comments
Thanks for opening this issue @tyler36! FYI, downloading is currently not possible while the workspace is running. Providing a better error message could help here. |
This problem can be solved at the frontend. |
@shaal , disabling the download link makes sense. Adding a tooltip / popup explaining would improve the user experience. At the moment it feels "broken". |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Re-opening as this is still relevant. |
This feels broken. I believe this only applies during the very first workspace start. If you stop and then restart a workspace, the download will return the last saved state even while the workspace is running. |
I am inclined to always disable the download button if the workspace is running, as the user might expect the current state not the last backup. Unfortunately, this is often the last resort to get at least some data when workspaces are not stopping for whatever reason. Maybe labeling it "Download (latest) backup" would be better and disabling if there is no backup? |
Agree. We could disable and provide some context on why the button is disabled through a tooltip or a label inline. Alternatively, we coud remove the download button when downloading is not possible. FWIW, we have a similar but lower-impact situation when deleting workspaces in |
I prefer the option of a disabled button with text explaining why. This shows that the feature is usually available but currently is not because . Removing buttons could be seen as removing features. |
Let's fix the error with minimal additional complexity for now.
|
Closing this as we're removing the workspace download functionality in the scope of workspace file durability (#7901). See also #14364 (comment):
|
Bug description
When I clicked the
download
link on the dashboard, the page reloaded with an errorI tried 3 times but with same results. Unfortunately, the error is generic and therefore I am unsure what the problem might be.
My first attempts was with a gitpod session spawned by DrupalPod on this issues
I also attempted a gitpod session spawened by DrupalPod on this issue
Finally, in order to have "steps to repoduce" I attempted it with a default template, see below.
Steps to reproduce
New workspace
Examples
tabtemplate-php-drupal-ddev
Gitpod
button in bottom left, and selectGitpod: open dashboard
download
Expected behavior
Obviously a download would be preferable.
Example repository
No response
Anything else?
Besides the
download
feature not working, perhaps the error message could be improved. Eg.It's hard to know if it's a gitpod issues, template issue, feature issues, temporary glitch in the matrix issue, permissions issue ... etc.
Since I'm on the "basic" account with limited hours, I'm hesitant to randomly spin up different workspaces and try downloading them. There really isn't any information to begin debugging though.
The text was updated successfully, but these errors were encountered: