Open s2k opened 8 months ago
This seems to have something to do with incompatibility with Rails 7.1. It doesn't seem to happen if I do gem 'rails', '~> 7.0.8'
.
It looks like in Rails 7.1, they changed the default coder to be nil: https://guides.rubyonrails.org/configuring.html#config-active-record-default-column-serializer
I set config.active_record.default_column_serializer = YAML
and that resolved the error for me
Setup
http://127.0.0.1:3000/admin/
http://127.0.0.1:3000/admin/first_user
Behaviour
I get this response when submitting a correctly filled form for the first user:
Stack Trace
Request
Parameters
Session info
Only keys:
_csrf_token
&session_id
Header Info