I pulled the latest core master this morning (80714fcf18
), updated everything else, and now am unable to authenticate to the web interface. Seeing the following error:
[----] F, [2021-12-06T07:58:11.743296 #679013:e199408] FATAL -- development: Error caught: [TypeError] can't cast Rack::Session::SessionId
Trying to figure out if this is something local to my env or if I pulled in a bug when I updated.
Pushed full logs up to the tmp branch:
https://raw.githubusercontent.com/jaywcarman/manageiq/log_tmp/log.development.20211206.log
@agrare nice to know it's not something I goofed :)
~> 3.0.0
until we fix itGemfile
-gem "dalli", "~>3.0", :require => false
+gem "dalli", "~>3.0.0", :require => false
https://github.com/petergoldstein/dalli/blob/main/History.md
BREAKING CHANGE .... minor version bump :)
~>
to the patch version