Che-Hsun Liu
Che-Hsun Liu
I just got this error today. I then renamed the workspace `do-not-publish` to `@example/do-not-publish` as a workaround. `npm` should first determine whether to publish, rather than authentication.
It seems the repo has been either private or deleted.
The error is originated from here: https://github.com/oauth2-proxy/oauth2-proxy/blob/4c86a4d574952ffa829dbe1f5a32c48b3f2e1ddc/oauthproxy.go#L876-L881 which is from here: https://github.com/oauth2-proxy/oauth2-proxy/blob/4c86a4d574952ffa829dbe1f5a32c48b3f2e1ddc/oauthproxy.go#L1245-L1267 It looks like it expects the `state` should be composed in the format `{nonce}:{redirect}`.