Issue with Importing Destinations in v1.11

I am trying to import a destination CSV file, and I get the error We're sorry, but something went wrong.

Also, after getting the above error, every time I click on import dialpeer or import routing groups, I get the same error and the URL path changes to /destination_imports.

Any ideas how I could resolve this?

See web logs below:

Feb 13 00:49:29 yeti-web[23452]: [32f1adfd-4a41-4f7a-b263-659b1a71c49a] Started GET "/destinations/import" for 1.2.3.4 at 2023-02-13 00:49:29 +0100
Feb 13 00:49:29 yeti-web[23452]: [32f1adfd-4a41-4f7a-b263-659b1a71c49a] Processing by DestinationsController#import as HTML
Feb 13 00:49:29 yeti-web[23452]: [32f1adfd-4a41-4f7a-b263-659b1a71c49a] Redirected to https://tel.wxz.com/destination_imports
Feb 13 00:49:29 yeti-web[23452]: [32f1adfd-4a41-4f7a-b263-659b1a71c49a] Completed 302 Found in 6ms (ActiveRecord: 2.5ms)
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] Started GET "/destination_imports" for 1.2.3.4 at 2023-02-13 00:49:29 +0100
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] Processing by DestinationImportsController#index as HTML
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] Rendering vendor/bundle/ruby/2.6.0/gems/activeadmin-2.7.0/app/views/active_admin/resource/index.html.arb
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] Rendered vendor/bundle/ruby/2.6.0/gems/activeadmin-2.7.0/app/views/active_admin/resource/index.html.arb (126.5ms)
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] Completed 500 Internal Server Error in 134ms
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] 
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] ActionView::Template::Error (uninitialized constant DestinationRatePolicy#012Did you mean?  DestinationDecorator):
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] 1: insert_tag renderer_for(:index)
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] 
Feb 13 00:49:29 yeti-web[23411]: [3982fe9e-5437-449c-83e3-bc417620c41b] config/initializers/instrumentation_notification.rb:32:in `block in process_action'#012[3982fe9e-5437-449c-83e3-bc417620c11b] config/initializers/instrumentation_notification.rb:31:in `process_action'

Also getting same error on System – Jobs

Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] Started GET "/jobs" for 1.2.3.4 at 2023-02-13 02:30:38 +0100
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] Processing by JobsController#index as HTML
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] Rendering vendor/bundle/ruby/2.6.0/gems/activeadmin-2.7.0/app/views/active_admin/resource/index.html.arb
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] Rendered vendor/bundle/ruby/2.6.0/gems/activeadmin-2.7.0/app/views/active_admin/resource/index.html.arb (42.0ms)
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] Completed 500 Internal Server Error in 47ms
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] 
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] ActionView::Template::Error (uninitialized constant Jobs::SyncDatabaseTables):
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] 1: insert_tag renderer_for(:index)
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] 
Feb 13 02:30:38 yeti-web[23452]: [10b83527-94d8-4052-a6b8-a38adbcc4301] app/jobs/base_job.rb:67:in `find_sti_class'#012[10b83527-94d8-4052-a6b8-a38adbcce301] lib/active_admin/views/components/table_for.rb:122:in `block in build_table_body'#012[10b83527-94d8-4052-a6b8-a38adbcce301] lib/active_admin/views/components/table_for.rb:120:in `build_table_body'#012[10b83527-94d8-4052-a6b8-a38adbcce301] lib/active_admin/views/components/table_for.rb:73:in `build_table'#012[10b83527-94d8-4052-a6b8-a38adbcce301] lib/active_admin/views/components/table_for.rb:29:in `build'#012[10b83527-94d8-4052-a6b8-a38adbcce301] lib/active_admin/views/index_as_table.rb:21:in `table_for'#012[10b83527-94d8-4052-a6b8-a38adbcce301] lib/active_admin/views/index_as_table.rb:60:in `build'#012[10b83527-94d8-4052-a6b8-a38adbcce301] config/initializers/instrumentation_notification.rb:32:in `block in process_action'#012[10b83527-94d8-4052-a6b8-a38adbcce301] config/initializers/instrumentation_notification.rb:31:in `process_action'

Hello Team
Is anyone having a similar issue, and resolved it?