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
when I try to sign-in it shows dialog
'Signing in to Sourcegraph...' without cussess.
tested on different extension versions: 1.40, 1.42, ... 1.48
in browser 'accounts.sourcegraph.com/sign-in?redirect_to=..' i see error in console "index-18d16332.js:71 Uncaught ApolloError: value.toString is not a function
at new t (index-18d16332.js:71:152)"
i tested in chrome, edge, firefox - the same result.
i tried to clean browser cache, clean tokens by sourcegraph.com/user/settings/tokens.
without success.
Expected behavior
i expected to sign-in, but redirect url does nothing, only error in console
Additional context
No response
The text was updated successfully, but these errors were encountered:
You are using VS Code and tried different kinds of Cody versions to get logged in, right? For you the login buttons are working on the Welcome Screen in Cody, but the URL sent to the browser errors out? What do you see on your browser? Is the screen blank or does it show a 404 error?
Meanwhile, you can use another sign-in method directly in Cody via the command palette and search for "Cody: Switch Account".
Choose the Sourcegraph URL and access token sign-in method.
As URL you input https://sourcegraph.com and then you paste your access token into the next field.
Version
1.48
Describe the bug
when I try to sign-in it shows dialog
'Signing in to Sourcegraph...' without cussess.
tested on different extension versions: 1.40, 1.42, ... 1.48
in browser 'accounts.sourcegraph.com/sign-in?redirect_to=..' i see error in console "index-18d16332.js:71 Uncaught ApolloError: value.toString is not a function
at new t (index-18d16332.js:71:152)"
i tested in chrome, edge, firefox - the same result.
i tried to clean browser cache, clean tokens by sourcegraph.com/user/settings/tokens.
without success.
Expected behavior
i expected to sign-in, but redirect url does nothing, only error in console
Additional context
No response
The text was updated successfully, but these errors were encountered: