Hello guys! I develop the web app using ruby on rails. But in controller errors occurs. Error: The difference between the request time and the current time is too large. There are codes in below.
`@order = Order.find_by(external_order_number: external_order_number_param)
|| Order.new(order_params.merge(guest_id: current_guest_id))`
Order.new() have the errors.
I hope ruby experts fix the issues quickly.
Top comments (0)