-
Notifications
You must be signed in to change notification settings - Fork 159
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
Error "Could not log in to Shopify store." #31
Comments
same here. Did you manage to fix it? @nachoggg |
You will need to check the exception that is raised during the finalize action in |
Problem solved. You need to install the Python SSL certificate in order to get the access token from Shopify. Or you can try breaking the finalize function up to debug the problem yourself if it doesn't work.
|
In
That's why it redirects the login page. Thanks. |
Hi @ivanadamovic . I managed to fix it. The issue is you need an SSL certificate to make request. |
This is more easily done with a tunnel like ngrok |
Hi @tanema, thanks for your answer. My App URL
Redirect URLs
Could you please help me fix this issue? |
It returns this error message after installation.
"Could not log in to Shopify store"
The text was updated successfully, but these errors were encountered: