Actions
Bug #915
closedNoMethodError undefined method `max_query_string_size'
Start date:
Due date:
% Done:
0%
Estimated time:
Affected Version:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
The error occurs in production mode and is not unique to dmsf.
I, [2022-05-23T19:43:20.264772 #1] INFO -- : Started GET "/dmsf" for 192.168.2.29 at 2022-05-23 19:43:20 +0200
I, [2022-05-23T19:43:20.267193 #1] INFO -- : Processing by DmsfController#index as HTML
I, [2022-05-23T19:43:20.280706 #1] INFO -- : Current user: xmera_omnia (id=1)
I, [2022-05-23T19:43:20.291151 #1] INFO -- : Completed 500 Internal Server Error in 24ms (ActiveRecord: 7.9ms)
F, [2022-05-23T19:43:20.292208 #1] FATAL -- :
F, [2022-05-23T19:43:20.293934 #1] FATAL -- : NoMethodError (undefined method `max_query_string_size' for #<Rails::Application::Configuration:0x00007f5a77679bd8>):
....
I, [2022-05-23T19:43:12.816106 #1] INFO -- : Started GET "/issues?query_id=7" for 192.168.2.29 at 2022-05-23 19:43:12 +0200
I, [2022-05-23T19:43:12.818558 #1] INFO -- : Processing by IssuesController#index as HTML
I, [2022-05-23T19:43:12.818703 #1] INFO -- : Parameters: {"query_id"=>"7"}
I, [2022-05-23T19:43:12.836354 #1] INFO -- : Current user: xmera_omnia (id=1)
I, [2022-05-23T19:43:12.852796 #1] INFO -- : Completed 500 Internal Server Error in 34ms (ActiveRecord: 12.1ms)
F, [2022-05-23T19:43:12.854511 #1] FATAL -- :
F, [2022-05-23T19:43:12.857524 #1] FATAL -- : NoMethodError (undefined method `max_query_string_size' for #<Rails::Application::Configuration:0x00007f5a77679bd8>):
Actions