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
Downloading of workspace content from the workspace history list does not work. You simply get a /sorry page with “Error”. That's what the proxy logs:
2020/12/17 08:31:24 [error] 125#125: *1512 lua entry thread aborted: runtime error: access_by_lua(lib.locations.conf:107):3: http2 requests not supported yet
stack traceback:
coroutine 0:
[C]: in function 'capture'
access_by_lua(lib.locations.conf:107):3: in function <access_by_lua(lib.locations.conf:107):1>, client: 10.42.0.1, server: gitpod.dev.ludmann.org, request: "GET /workspace-download/get/a45cdd20-931d-4604-86bb-ac7e56071596 HTTP/2.0", host: "gitpod.dev.ludmann.org", referrer: "https://gitpod.dev.ludmann.org/workspaces/"
After removing http2 from vhost.server.conf this error disappears. However, workspace downloads still not work. Instead, you get a /sorry page that says 404. The var ngx.var.targetUrl in lib.locations.conf looks good and points to the minio pod. At least form the proxy pod, the targetUrl is reachable via curl (but gives 403 - unauthorized).
The text was updated successfully, but these errors were encountered:
// we must harmonize this with https://github.com/TypeFox/gitpod/blob/8fc0c82a55da1ca4b5f6ab61deb9c9cd49eff644/components/ws-daemon/pkg/storage/storage.go
// Beware: do NOT use env.kube_stage which has some "legacy" translation mechanism which doesn't fit the ws-daemon mapping.
Downloading of workspace content from the workspace history list does not work. You simply get a
/sorry
page with “Error”. That's what the proxy logs:After removing
http2
fromvhost.server.conf
this error disappears. However, workspace downloads still not work. Instead, you get a/sorry
page that says404
. The varngx.var.targetUrl
inlib.locations.conf
looks good and points to theminio
pod. At least form the proxy pod, thetargetUrl
is reachable viacurl
(but gives 403 - unauthorized).The text was updated successfully, but these errors were encountered: