ActiveRecord::RecordNotFound in ProductsController#show

can't find record with friendly id: "vanilla-milkshake"

Extracted source (around line #123):
121
122
123
124
125
126
              
# Use callbacks to share common setup or constraints between actions.
def set_product
@product = Product.find(params[:id])
end
# Never trust parameters from the scary internet, only allow the white list through.

Rails.root: /var/www/vhosts/joyday.com/beta.joyday.com

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"locale"=>"id", "category_name"=>"cup", "id"=>"vanilla-milkshake"}

Response

Headers:

None