Records Index error: ActionController::UnknownFormat Error

In a Rails 6 app, after I successfully install the gem and get data in, I get the following error whenever I try to see any date:

Started GET "/forest/User?fields%5BUser%5D=active%2Callowed_event_types%2Cauditor%2Ccompany_admin%2Ccompany_notifications%2Ccompany_qualifier%2Cconfirmation_sent_at%2Cconfirmation_token%2Cconfirmed_at%2Ccreated_at%2Ccurrent_sign_in_at%2Ccurrent_sign_in_ip%2Cdefault_page%2Cdiscarded_at%2Cemail%2Cemail_interval%2Cevents_count%2Cfailed_attempts%2Cfollowees_count%2Cid%2Cjob_title%2Clang%2Clast_sign_in_at%2Clast_sign_in_ip%2Clikees_count%2Clocked_at%2Cname%2Cnotification_settings%2Cpassword%2Cphone%2Cprocurer%2Cread_notificaions%2Cremember_created_at%2Creset_password_sent_at%2Creset_password_token%2Csign_in_count%2Cstats_subscription%2Ctender_notifications%2Ctheme_mode%2Ctime_zone%2Ctotal_notifications%2Cunconfirmed_email%2Cunlock_token%2Cupdated_at%2Cuser_agent%2Cweek_day&page%5Bnumber%5D=1&page%5Bsize%5D=15&searchExtended=0&sort=-id&timezone=Asia%2FDubai" for ::1 at 2021-03-22 11:04:21 +0400
Processing by ForestLiana::UserSpace::UserController#index as HTML
  Parameters: {"fields"=>{"User"=>"active,allowed_event_types,auditor,company_admin,company_notifications,company_qualifier,confirmation_sent_at,confirmation_token,confirmed_at,created_at,current_sign_in_at,current_sign_in_ip,default_page,discarded_at,email,email_interval,events_count,failed_attempts,followees_count,id,job_title,lang,last_sign_in_at,last_sign_in_ip,likees_count,locked_at,name,notification_settings,password,phone,procurer,read_notificaions,remember_created_at,reset_password_sent_at,reset_password_token,sign_in_count,stats_subscription,tender_notifications,theme_mode,time_zone,total_notifications,unconfirmed_email,unlock_token,updated_at,user_agent,week_day"}, "page"=>{"number"=>"1", "size"=>"15"}, "searchExtended"=>"0", "sort"=>"-id", "timezone"=>"Asia/Dubai", "collection"=>"User"}
[2021-03-22 11:04:21] Forest 🌳🌳🌳  Records Index error: ActionController::UnknownFormat
/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal/mime_responds.rb:216:in `respond_to'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/forest_liana-5.1.0/app/controllers/forest_liana/resources_controller.rb:32:in `index'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/abstract_controller/base.rb:228:in `process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/ddtrace-0.45.0/lib/ddtrace/contrib/action_pack/action_controller/instrumentation.rb:118:in `process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal/rendering.rb:30:in `process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actiontext-6.1.3/lib/action_text/rendering.rb:20:in `with_renderer'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actiontext-6.1.3/lib/action_text/engine.rb:55:in `block (4 levels) in <class:Engine>'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/callbacks.rb:126:in `instance_exec'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/callbacks.rb:137:in `run_callbacks'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/abstract_controller/callbacks.rb:41:in `process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal/rescue.rb:22:in `process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/notifications.rb:203:in `block in instrument'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/notifications.rb:203:in `instrument'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal/instrumentation.rb:33:in `process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activerecord-6.1.3/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/abstract_controller/base.rb:165:in `process'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionview-6.1.3/lib/action_view/rendering.rb:39:in `process'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal.rb:190:in `dispatch'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_controller/metal.rb:238:in `block in action'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/forest_liana-5.1.0/app/controllers/forest_liana/router.rb:40:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/routing/mapper.rb:49:in `serve'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/journey/router.rb:50:in `block in serve'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/journey/router.rb:32:in `each'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/journey/router.rb:32:in `serve'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/routing/route_set.rb:842:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-cors-1.1.1/lib/rack/cors.rb:100:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/engine.rb:539:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/railtie.rb:207:in `public_send'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/railtie.rb:207:in `method_missing'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/routing/mapper.rb:49:in `serve'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/journey/router.rb:50:in `block in serve'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/journey/router.rb:32:in `each'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/journey/router.rb:32:in `serve'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/routing/route_set.rb:842:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/serviceworker-rails-0.6.0/lib/serviceworker/middleware.rb:35:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/bullet-6.1.3/lib/bullet/rack.rb:12:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/makara-0.5.0/lib/makara/middleware.rb:16:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/i18n-js-3.0.11/lib/i18n/js/middleware.rb:14:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/remotipart-1.4.4/lib/remotipart/middleware.rb:32:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/exception_notification-4.4.3/lib/exception_notification/rack.rb:49:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:36:in `block in call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:34:in `catch'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:34:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/http/permissions_policy.rb:22:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/http/content_security_policy.rb:18:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/cookies.rb:689:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/callbacks.rb:98:in `run_callbacks'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/executor.rb:14:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/appsignal-2.11.6/lib/appsignal/rack/rails_instrumentation.rb:19:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:84:in `protected_app_call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:79:in `better_errors_call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:57:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/ddtrace-0.45.0/lib/ddtrace/contrib/rails/middlewares.rb:17:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/rack/logger.rb:37:in `call_app'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/rack/logger.rb:26:in `block in call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/tagged_logging.rb:99:in `block in tagged'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/tagged_logging.rb:37:in `tagged'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/activesupport-6.1.3/lib/active_support/tagged_logging.rb:99:in `tagged'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/rack/logger.rb:26:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/request_store-1.5.0/lib/request_store/middleware.rb:19:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/request_id.rb:26:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/executor.rb:14:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/static.rb:24:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/debug_locks.rb:41:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/actionpack-6.1.3/lib/action_dispatch/middleware/host_authorization.rb:98:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-cors-1.1.1/lib/rack/cors.rb:100:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/utf8-cleaner-1.0.0/lib/utf8-cleaner/middleware.rb:21:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/ddtrace-0.45.0/lib/ddtrace/contrib/rack/middlewares.rb:87:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/webpacker-6.0.0.pre.2/lib/webpacker/dev_server_proxy.rb:25:in `perform_request'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rack-proxy-0.6.5/lib/rack/proxy.rb:57:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/engine.rb:539:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/railtie.rb:207:in `public_send'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.3/lib/rails/railtie.rb:207:in `method_missing'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/puma-5.2.1/lib/puma/configuration.rb:247:in `call'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/puma-5.2.1/lib/puma/request.rb:76:in `block in handle_request'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/puma-5.2.1/lib/puma/thread_pool.rb:337:in `with_force_shutdown'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/puma-5.2.1/lib/puma/request.rb:75:in `handle_request'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/puma-5.2.1/lib/puma/server.rb:431:in `process_client'
	/Users/khelal/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/puma-5.2.1/lib/puma/thread_pool.rb:145:in `block in spawn_thread'
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 1378)


Started GET "/forest/User/count?fields%5BUser%5D=active%2Callowed_event_types%2Cauditor%2Ccompany_admin%2Ccompany_notifications%2Ccompany_qualifier%2Cconfirmation_sent_at%2Cconfirmation_token%2Cconfirmed_at%2Ccreated_at%2Ccurrent_sign_in_at%2Ccurrent_sign_in_ip%2Cdefault_page%2Cdiscarded_at%2Cemail%2Cemail_interval%2Cevents_count%2Cfailed_attempts%2Cfollowees_count%2Cid%2Cjob_title%2Clang%2Clast_sign_in_at%2Clast_sign_in_ip%2Clikees_count%2Clocked_at%2Cname%2Cnotification_settings%2Cpassword%2Cphone%2Cprocurer%2Cread_notificaions%2Cremember_created_at%2Creset_password_sent_at%2Creset_password_token%2Csign_in_count%2Cstats_subscription%2Ctender_notifications%2Ctheme_mode%2Ctime_zone%2Ctotal_notifications%2Cunconfirmed_email%2Cunlock_token%2Cupdated_at%2Cuser_agent%2Cweek_day&searchExtended=0&timezone=Asia%2FDubai" for ::1 at 2021-03-22 11:04:21 +0400
Processing by ForestLiana::UserSpace::UserController#count as HTML
  Parameters: {"fields"=>{"User"=>"active,allowed_event_types,auditor,company_admin,company_notifications,company_qualifier,confirmation_sent_at,confirmation_token,confirmed_at,created_at,current_sign_in_at,current_sign_in_ip,default_page,discarded_at,email,email_interval,events_count,failed_attempts,followees_count,id,job_title,lang,last_sign_in_at,last_sign_in_ip,likees_count,locked_at,name,notification_settings,password,phone,procurer,read_notificaions,remember_created_at,reset_password_sent_at,reset_password_token,sign_in_count,stats_subscription,tender_notifications,theme_mode,time_zone,total_notifications,unconfirmed_email,unlock_token,updated_at,user_agent,week_day"}, "searchExtended"=>"0", "timezone"=>"Asia/Dubai", "collection"=>"User"}
   (3.6ms)  SELECT COUNT(*) FROM "users"
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 3.6ms | Allocations: 772)

Hello @khelal,

Thanks for your message.

I’ve tried to reproduce your issue with no success.

Is your forest_liana version 5.1.0?
If it is, could you upgrade at least to the 5.4.4 version (or to the 6 version if you have time, following this documentation)? It might correct the issue.

Do you use any special library to manipulate the dates?

Thanks for your answer :slight_smile:

1 Like

Hi

We unfortunately can’t upgrade to the latest version as you’re using a VERY old version of the groupdate gem (2.5.2) that is conflicting with the version we’re using (5.2.2). Note that your version dates from 2016-02-16.

I have already created a github issue regarding this: Conflict with groupdate gem version · Issue #440 · ForestAdmin/forest-rails · GitHub

Hi @khelal ,
Thanks for the feedback.

I guess it is this contribution that raises the issue:

I am wondering why you can’t really upgrade, as various versions of the groupdate gem should be able to live together. Not an expert of the Rails / Gems architecture but we implemented the fix above with this idea in mind.

Could you share the error message you get while trying to upgrade to the latest forest_liana gem version, to let us dig into this :pray:
Thanks for your help.

So basically you can’t have multiple versions of the same gem running in the same app.

The problem is that we defined that we accept anything above 5.2, whereas you forced it to 2.5.2, and that’s a dependency that will never work.

Is the fix you mentioned above in the master branch?

Hi @khelal

I did a few tests on my end, since 5.1.1 you will definitely not be able to force groupedate '5.x'. This commit is indeed on master (We switched from devel to master a while ago).

You are also right, groupedate '2.5.2' is quite old, so I’m opening a ticket on our end for the update.

I think this issue is due to the rails ecosystem, so my best solution for now would be to fork forest-rails and handle this case manually for now.

Hi guys,

Any updates on this?

Hi @khelal, we’ll dedicate some time, next week, to try to find a Rails agent patch.

Hi @khelal,

It should be fixed in forest_rails@6.3.4, let me know if you are still encountering the issue :pray: