Ok.. so the issue I was facing yesterday was due to a before_filter (I'm using Rails) that ran before the shopify_session around filter. So making sure the around_filter triggers first, and having my callback set to the root of the application instead of /login has fixed the problem. I haven't run into any other issues yet with this setup.
↧