Heyo I’ve been having issue logging in from the vscode extension, both manual and github login seem to give me the same issue of invalid token, when checking logs I see
█ AutoEdits:createProvider You are not signed in.
█ ChatController updateViewConfig:
█ ChatController updateViewConfig:
█ telemetry-v2 recordEvent: cody.signInNotification.signInButton/clicked:
█ GraphQLTelemetryExporter Error exporting telemetry events:: Error: accessing Sourcegraph HTTP API: CERT_SIGNATURE_FAILURE FetchError: request to https://sourcegraph.com/.api/graphql?RecordTelemetryEvents failed, reason: certificate signature failure (https://sourcegraph.com/.api/graphql?RecordTelemetryEvents)
█ UpstreamHealth Failed to ping upstream host:
█ telemetry-v2 recordEvent: cody.webview.auth/simplifiedSignIngithubClick:
█ GraphQLTelemetryExporter Error exporting telemetry events:: Error: accessing Sourcegraph HTTP API: CERT_SIGNATURE_FAILURE FetchError: request to https://sourcegraph.com/.api/graphql?RecordTelemetryEvents failed, reason: certificate signature failure (https://sourcegraph.com/.api/graphql?RecordTelemetryEvents)
█ auth Authenticating to https://sourcegraph.com/...
█ auth Failed to authenticate to https://sourcegraph.com/ due to invalid credentials or other endpoint error: accessing Sourcegraph HTTP API: CERT_SIGNATURE_FAILURE FetchError: request to https://sourcegraph.com/.api/graphql?CurrentUser failed, reason: certificate signature failure (https://sourcegraph.com/.api/graphql?CurrentUser)
█ telemetry-v2 recordEvent: cody.auth/failed:
█ telemetry-v2 recordEvent: cody.auth.fromCallback.web/succeeded:
█ GraphQLTelemetryExporter Error exporting telemetry events:: Error: accessing Sourcegraph HTTP API: CERT_SIGNATURE_FAILURE FetchError: request to https://sourcegraph.com/.api/graphql?RecordTelemetryEvents failed, reason: certificate signature failure (https://sourcegraph.com/.api/graphql?RecordTelemetryEvents)
█ GraphQLTelemetryExporter Error exporting telemetry events:: Error: accessing Sourcegraph HTTP API: CERT_SIGNATURE_FAILURE FetchError: request to https://sourcegraph.com/.api/graphql?RecordTelemetryEvents failed, reason: certificate signature failure (https://sourcegraph.com/.api/graphql?RecordTelemetryEvents) ```