I may have answered my own question. After looking at my Heroku logs I can see that the app stores sessions in memory by default. To have sessions work in a production environment you need to replace ShopifySessionRepository.storage.
↧
I may have answered my own question. After looking at my Heroku logs I can see that the app stores sessions in memory by default. To have sessions work in a production environment you need to replace ShopifySessionRepository.storage.