Error just after installing Forest

Thank you. It solved the problem but another one arose. :confused:

Now, I get the following error:

Records Index error: undefined local variable or method `object' for #<ForestLiana::UserSpace::DocumentSerializer:0x00007ff83db0cfd8>
Did you mean?  object_id
/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/forest_liana-5.4.3/app/serializers/forest_liana/serializer_factory.rb:63:in `type'
	/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/jsonapi-serializers-1.0.1/lib/jsonapi-serializers/serializer.rb:406:in `serialize_primary'
	/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/jsonapi-serializers-1.0.1/lib/jsonapi-serializers/serializer.rb:438:in `block in serialize_primary_multi'
	/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/jsonapi-serializers-1.0.1/lib/jsonapi-serializers/serializer.rb:438:in `map'
	/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/jsonapi-serializers-1.0.1/lib/jsonapi-serializers/serializer.rb:438:in `serialize_primary_multi'
	/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/jsonapi-serializers-1.0.1/lib/jsonapi-serializers/serializer.rb:321:in `serialize'
	/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/forest_liana-5.4.3/app/controllers/forest_liana/application_controller.rb:46:in `serialize_models'
	/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/forest_liana-5.4.3/app/controllers/forest_liana/resources_controller.rb:227:in `render_jsonapi'
	/Users/johndoe/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/forest_liana-5.4.3/app/controllers/forest_liana/resources_controller.rb:36:in `block (2 levels) in index'
...

I’ve dug a bit and realized that you use GitHub - fotinakis/jsonapi-serializers: Pure Ruby readonly serializers for the JSON:API spec. and I use GitHub - jsonapi-serializer/jsonapi-serializer: A fast JSON:API serializer for Ruby (fork of Netflix/fast_jsonapi) (the new name of fast_jsonapi). The two libraries define the following constant JSONAPI::Serializer with a different API.

I do not really know what to do. What do you recommend?