App reviews, troubleshooting, and recommendations
Hi,
I have created a Ruby on Rails app using Shopify App gem and successfully inatalled it on development store. The very first page and it content are loaded fine but when I click on a link(anchir tag) to another page, an empty page is loaded which looks like an error. Upon looking into server logs it turns out when request goes to server for redirection upon link click, the request does not have session info and thus Shopify App gem tries to redirect to Login page which gives some SSL related error. Will I have to manually pass session related info(via query params may be?) to the server to achieve multi page in rails? How can I achive this without passing session related info which each link assuming that there can be a large number of links?
Have same problem with the
Hi,
Yes, you need to pass all the request parameters from Shopify to the route you want to navigate. This approach may not be the most elegant, but it's a simple and effective solution I’ve found to work in this situation.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025