Redis – ArgumentError after changed config.currency in /admin/products/ in Solidus 3.0
I'm new in ruby on rails and Solidus. I created my project by following this guide: https://guides.solidus.io/developers/getting-started/first-time-installation.html Then, I want to change my default currency from "USD" to "AUD" in config/initializers/spree.rb ( config.currency = "AUD" ) Then, when I go…