You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note:
This error does not appear with Rails 6.1.4.6 and Ruby 3.1.1
PS:
This error appears if params[...] is stored to mongoid session store.
It does not appear if params[...].to_enum.to_h is stored to mongoid session store instead.
The text was updated successfully, but these errors were encountered:
Hi @eromas, thanks for the report! I haven't had time to look into it. Looks like the CI is also no longer working for this project, so it's a bit of a chore to get a fix out. If you manage to find a fix or workaround, please let us know :)
Hello there,
I get:
TypeError at /documents can't dump IO.
mongo_session_store (3.2.1) lib/mongo_session_store/mongoid_store.rb, line 17
17 BSON::Binary.new(Marshal.dump(data), :generic)
Note:
This error does not appear with Rails 6.1.4.6 and Ruby 3.1.1
PS:
This error appears if params[...] is stored to mongoid session store.
It does not appear if params[...].to_enum.to_h is stored to mongoid session store instead.
The text was updated successfully, but these errors were encountered: