[Answered ]-Shopify Django app failing in shopify_app/views.py in finalize

2👍

This was a bug in the demo App. I just fixed it with this commit 27d5091.

Update the path in your application url to /login from /login/finalize. The redirect_uri is now provided for authentication with shopify, so it will still redirect back to the finalize endpoint.

Leave a comment