You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An exception from Limber Production is being thrown intermittently (~117 times since 2021).
Most recently, 13/08/24 15:59.
[Psd-exceptions] [Limber PRODUCTION]
An ActionController::RespondToMismatchError occurred in search#create:
respond_to was called multiple times and matched with conflicting formats in this action. Please note that you may only call respond_to and match on a single format per action.
app/controllers/search_controller.rb:46:in `rescue in create'
A Possible related Rails issue causing the exception: rails/rails#40023
Look into what is causing this exception and discuss whether the fix is worthwhile with the team
The text was updated successfully, but these errors were encountered:
psd-issuerbot
changed the title
[BUG] Limber exception respond_to called multiple times
Y24-258 - [BUG] Limber exception respond_to called multiple times
Aug 15, 2024
Describe the bug
An exception from Limber Production is being thrown intermittently (~117 times since 2021).
Most recently, 13/08/24 15:59.
[Psd-exceptions] [Limber PRODUCTION]
An ActionController::RespondToMismatchError occurred in search#create:
respond_to was called multiple times and matched with conflicting formats in this action. Please note that you may only call respond_to and match on a single format per action.
app/controllers/search_controller.rb:46:in `rescue in create'
A Possible related Rails issue causing the exception: rails/rails#40023
Look into what is causing this exception and discuss whether the fix is worthwhile with the team
The text was updated successfully, but these errors were encountered: