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
Thanks so much for your work making the core infrastructure for a Shopify app @garettB, really appreciate it. Also, thanks to @Paulinakhew for the recent updates. I have a fully working app thanks to you, but I struggling with redirects and url_for because of the embedded apps iframe. Any idea on what needs to be done as I am getting connection refusals anytime I use flask.redirect to go to the confirmation_url for Shopify to verify a charge or flask.url_for to another app.route.
Please can you give me a hint as to what I need to do, I really am lost? Is it something I need to add to the helpers.py similar to the verify_web_call?
The text was updated successfully, but these errors were encountered:
Thanks so much for your work making the core infrastructure for a Shopify app @garettB, really appreciate it. Also, thanks to
@Paulinakhew for the recent updates. I have a fully working app thanks to you, but I struggling with redirects and url_for because of the embedded apps iframe. Any idea on what needs to be done as I am getting connection refusals anytime I use flask.redirect to go to the confirmation_url for Shopify to verify a charge or flask.url_for to another app.route.
Please can you give me a hint as to what I need to do, I really am lost? Is it something I need to add to the helpers.py similar to the verify_web_call?
The text was updated successfully, but these errors were encountered: