Skip to content

"Continue with Default Image" button doesn't work when build is still in progress #3777

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

Closed
jankeromnes opened this issue Apr 6, 2021 · 1 comment · Fixed by #4104
Closed
Assignees

Comments

@jankeromnes
Copy link
Contributor

Bug description

When creating a workspace, and it runs a Docker build, you can not skip it while the build is still running (Continue with Default Image button does nothing).

However, if the build fails, then the button works.

Steps to reproduce

Expected behavior

It should work in both cases.

Example repository

No response

@jankeromnes
Copy link
Contributor Author

Potentially relevant: The server pod seems to log this whenever I click on Continue with Default Image while the build is still running:

{"component":"server","severity":"DEBUG","time":"2021-04-12T10:19:44.150Z","environment":"devstaging","region":"europe-west1","message":"attempted to fetch workspace cookie, but instance has no owner token","payload":{"instanceId":"e319478c-f1be-4dbb-a688-d47ca4848408","userId":"359092b8-2ea8-469a-9303-57749a22eec2"}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment