x/pkgsite: error starting frontend locally #42921
Closed
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I expected the server to start.
What did you see instead?
This was introduced in golang/pkgsite@3f9e3bf and breaks any exisiting local workflows.
This can be resolved by setting env var
GO_DISCOVERY_DISABLE_QUOTA
toTRUE
but is not documented in the documentation.I intend to fix this issue by submitting a documentation update.
The text was updated successfully, but these errors were encountered: