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
Describe the bug
With ATHENS_PATH_PREFIX and mode = "redirect" set, the redirected URL includes the path prefix, which is probably invalid.
Error Message
bad request: invalid escaped module path "go/github.com/openshift/api": malformed module path "go/github.com/openshift/api": missing dot in first path element
where "/go" is my path prefix
To Reproduce
Set up Athens with a path prefix, I am using ATHENS_PATH_PREFIX: "/go"
Describe the bug
With
ATHENS_PATH_PREFIX
andmode = "redirect"
set, the redirected URL includes the path prefix, which is probably invalid.Error Message
bad request: invalid escaped module path "go/github.com/openshift/api": malformed module path "go/github.com/openshift/api": missing dot in first path element
where "/go" is my path prefix
To Reproduce
Set up Athens with a path prefix, I am using
ATHENS_PATH_PREFIX: "/go"
Set a download mode file such as
with
GOPROXY
set to the Athens, rungo mod download github.com/openshift/[email protected]+incompatible
or, curl the URL
Expected behavior
Athens redirects to a URL without my local path prefix
Environment (please complete the following information):
Additional information
Attempting to work around a retracted tag openshift/api#1661 where sync does not work
The text was updated successfully, but these errors were encountered: