x/pkgsite/cmd/pkgsite: search not working in -cache
mode
#73877
Labels
BugReport
Issues describing a possible bug in the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.24.0 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
I have a
Dockerfile
that looks like this:What did you see happen?
When running binary, it can load the homepage and I can see that the module did in fact get downloaded if I manually type it into the URL. However, the search doesn't work (nothing appears) and when clicking around I sometimes see errors like this:
What did you expect to see?
The search should work similar to pkg.go.dev today when running in "cache" mode.
Does there need to be another binary within
golang.org/x/pkgsite/cmd
in order for this to work, or is just thepkgsite
binary with the-cache
flag sufficient?Thanks so much ❤
The text was updated successfully, but these errors were encountered: