ActiveRecord::RecordNotFound in AuthorizationsController#new

Couldn't find Platform with 'id'=101

Extracted source (around line #13):
11
12
13
14
15
              
private
def set_platform
@platform = Platform.find(params[:platform_id])
end
end

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"scope"=>"openid",
 "response_type"=>"id_token",
 "client_id"=>"client123",
 "redirect_uri"=>"https://ltiadvantagevalidator.imsglobal.org/ltiplatform/deeplinkredirecturl.html",
 "login_hint"=>"DL1",
 "lti_message_hint"=>"124",
 "state"=>"FA2764F3D5254F49B93E6AC097E8FDCBF1DA16B8B03F4EC7BBA41916B8191426",
 "response_mode"=>"form_post",
 "nonce"=>"DED65CCFBD8D4FA9AF925DF59033A752",
 "prompt"=>"none",
 "platform_id"=>"101"}

Response

Headers:

None