ActionController::UnknownFormat in LoggedIn::SearchController#load_more

ActionController::UnknownFormat

Extracted source (around line #72):
70
71
72
73
74
75
              
def respond_code_errors(error, code, template)
respond_to do |format|
format.html { render template, status: code, layout: 'application' }
format.json { render json: { message: error }, status: code }
format.js { render json: { message: error }, status: code }

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Exception Causes

ActionController::InvalidCrossOriginRequest: Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.

Request

Parameters:

{"category_id"=>"27",
 "industry_id"=>"1",
 "page"=>"2",
 "format"=>
  "the-exceptional-patient-experience-bc52b4b4-581c-429a-8449-50b51d5a76c4/core-immediate-19fdd838-5a26-4fe1-a2de-8f1c4537f361/advanced-hand-instrumentation-for-efficient-management-in-periodontics/core-immediate-3dbe31cf-6ad5-403d-a962-2b6a600ef2d0/the-exceptional-patient-experience-brisbane"}

Response

Headers:

None