Closed robert-damoc closed 2 years ago
Found the issue. It seems that before, we had in application.rb
config.session_store :disabled
To make it work, had to add the following line in development.rb
config.session_store :cookie_store, key: "_sample_app_session", domain: :all
Hi. I am trying to upgrade rails from 6.1 to 7.0.2, and I have an issue with this gem on the new version:
Tried pretty much everything I was able to find online (not too many things out there tho). Did anyone see this issue before or any ideas on how to make it work?
Related versions: