Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hi,
I have a small custom app that I referenced from the storefront-api-examples, react-js-buy. I'm currently having an issue after the user is redirected to Shopify's web checkout. The "log in" link on the checkout page does not redirect users to log-in. An error appears saying "Page Not Found - Looks like you've followed a broken link or entered a URL that does not exist on this site."
Since the react-js-buy repo doesn't have many codes relating to webURL thats been written, I thought it might have been an issue on Shopify's account side. I didn't find anything relating to my problem for customizing checkout options.
Does anyone have any insight as to what I may be doing wrong or not doing at all?
If you need me to provide more information, please let me know. I'm not sure what would be useful to help diagnose this problem.
Hey @dannyshien
The login on the web checkout is redirecting to the Online Store channel. If you do not have this enabled, or on the Lite plan this may be why. Do you have a domain setup in Shopify? If you are able to redirect back to your custom app this may be a workaround.
Let me know some more information and I can help sort it out.
To learn more visit the Shopify Help Center or the Community Blog.
Hey @vix ,
Thank you got replying back to me! Is the Basic Plan also considered the "Lite Plan" as well?
My client does have a Shopify domain setup but the custom app is using a domain purchased from Google. I've inspected the "login" link through the inspector tool and the link is different when I get redirected from the custom app to the checkout page compared to the link from the account's customize checkout page.