I am trying to develop an app with Shopify Remix template, but as soon as I run yarn dev It redirects me to quickstart store where I install the app and then it just gets stuck at handling response before finally getting stuck at blank screen.
I have tried multiple times, but still this is what I get.
I could resolve the issue by manually synchronizing my device clock in the Windows date and time settings. This problem occurs every other week again. Hope this might help someone.
chat gpt thinks that
Shopify includes a timestamp in the signed query string, and since the hmac is generated from all parameters (including timestamp), you know it hasn’t been altered. Your app then checks that the timestamp is recent to prevent replaying an old but still valid HMAC. maybe that is why