-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corvid login command hangs indefinitely #166
Comments
Hello @fabiomolinar, Thanks for reporting! Can you please try the following:
Does this work ? |
Hi @dor-itzhaki, Thanks for taking a look at this. I gave these commands a try but nothing changed. It still hangs with a message "Accessing www.wix.com". After some minutes I gave up on it and killed the process with
I have noticed that although I set the LOG_LEVEL to |
Thanks. First of all, just so you'll know and as you suspected, the login credentials should be provided through an electron browser window that pops up (not through the terminal). A few more things we can try:
If those don't work, we'll have to debug the code itself if you're up for it :) |
Hi again.
|
Update. On the system monitor I can see a bunch of |
Describe the bug
Anytime I try to run any of the following commands:
The command hangs and the authentication process never really starts.
To Reproduce
Steps to reproduce the behavior:
npx create-corvid-app <folder-name> [your-wix-site-url]
OR
corvid login
Expected behavior
Be asked by credentials from the terminal window or a browser window to pop up asking for credentials.
Screenshots
This is where the process hangs:
Desktop (please complete the following information):
Additional context
I have also tried installing the corvid-cli package instead of using
npx
and running thecorvid login
command, but that failed the same way as well.The text was updated successfully, but these errors were encountered: