Facing issue when redirecting back on the app route from the different server #99
Replies: 4 comments
-
@Kyon147 Please provide us solution regarding the above redirection issue from a third-party domain. |
Beta Was this translation helpful? Give feedback.
-
Hi @asada-chetu This is quite a unique use case, you would also need to check with Shopify if this flow is allowed. As they don't allow anything to happen after OAuth apart from you going to your home page of the app. Why are you going to a third party page on another server? Can you not stay within the app and just make an api call that you can do from within it to do the same logic? |
Beta Was this translation helpful? Give feedback.
-
Hello @Kyon147 , I have the same problem, within the app I am going to a third-party app to authenticate a service, but when I return to the shopify app, it seems that the session is lost. When I want to return to the home page, it just keeps loading, it seems that the host would need to be passed to it in the redirection, but I can't find a way to get that host |
Beta Was this translation helpful? Give feedback.
-
Hi @asada-chetu , can you help me how you retrieve the host please? In your case i think should be redirect to the "home" page this way, adding the "shop" and "host": I would ask you please help me how to get the host, thanks!! |
Beta Was this translation helpful? Give feedback.
-
Facing issues when redirecting back on the app route from a different server. we are opening a third-party page in the embedded app iframe after completing the process. we want to redirect back to the specific route with the host but show the blank page in the embedded app iframe. Please guide me what's the issue.
Beta Was this translation helpful? Give feedback.
All reactions