[BUG] Clicking "Sign in" does nothing
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Clicking on Copilot for nova -> sign in does nothing. Clicking sign out will give alert that you are not signed in.
Expected Behavior
I am able to sign in
Steps To Reproduce
- open a project
- click Extensions->copilot for nova -> sign in
- there is no response
Environment
- OS:13.41
- Node: 14.17.6
- npm: 6.14.15
- Nova: 11.2 build: 526549
Relevant log output
No response
Anything else?
No response
Anyone else encountered this issue or know a solution?
Hi, at the moment I don't have much time. Feel free to create a PR.
I had the same issue, check in you log if you have any error message. If you see the message "The language server is no longer running.", check that your node folder is the right one in the extension settings.
A work around I ran across: If you have Rider installed and have the Copilot plugin working, it shares the login.
Confirmed by ⌘ + ⌥ + ' working.
Yes had the same problem and found the solution :
- You must install node
- You must set the path where to find node in the extension settings (go to the extensions, choose the "Copilot for Nova" one, you'll find 3 folders "Details", "Settings" & "Publication Notes"...
Solution documented in https://github.com/gobijan/nova-copilot-lsp/pull/8
@TheBoatyMcBoatFace do you know what to do if :Copilot status reports disabled but :Copilot setup reports Authenticated as <user>? I can't tell if that matters, as trying to use the extension to Sign in still does nothing even after inputting the path to node.
same problem