Hi All,
im using ROR , i wanna pull data order from REST-API ,
i try locally with ngrok, Shopify send results is 200 Status Code
but when i hit order in current month, the results is appear
i use the domain store → https://1a6261-0d.myshopify.com/admin/api/2024-07/orders.json?created_at_min=2024-08-19T00:00:00Z&created_at_max=2024-08-19T23:59:59Z → the result appear
when i use the ngrok local address → https://ngrok-.app/admin/api/2024-07/orders.json?created_at_min=2024-08-19T00:00:00Z&created_at_max=2024-08-19T23:59:59Z → not showing
there’s no error in my code
