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"=>"22",
 "industry_id"=>"1",
 "page"=>"2",
 "sector_id"=>"1",
 "format"=>
  "the-key-metrics-your-dental-practice-should-be-tracking/the-3-phases-of-practice-growth-workshop-7d212ccf-2193-4a30-960a-682156a2dacb/create-the-perfect-dental-recall-framework/how-google-reviews-affect-your-practice-reputation-027408c7-0580-4053-ad14-555fd8155dc2/essential-elements-to-run-an-efficient-medical-practice-db06e452-9533-478e-899c-f92dde45d293"}

Response

Headers:

None