ActiveRecord::RecordNotFound in CompaniesController#show

Couldn't find Company with 'id'=139

Extracted source (around line #129):
127
128
129
130
131
132
              
# Use callbacks to share common setup or constraints between actions.
def set_company
@company = Company.friendly.find(params[:id])
end
# Never trust parameters from the scary internet, only allow the white list through.

Rails.root: /home/deploy/motilla_app/releases/20230509225900

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"139"}

Response

Headers:

None