ShopifySessionRepository.shop_storage is not configured! code example
Example: ShopifySessionRepository.shop_storage is not configured!
shop = Shop.find_by(shopify_domain: params[:shop])
shop = ShopifyApp::SessionRepository.retrieve(shop.id)
ShopifyAPI::Base.activate_session(shop)