Handling Response Error in Shopify remix app

Hi, I just created a new shopify public app by following the official documentation of an app and I came across and error ‘handling response’. I opened the network tab and I get the unauthorized error as you can see in the attached photo.

I added the shopify api key, secret key and shopify app url but it is still not working

Hi there :waving_hand:

This error message, can be caused for several reasons. To get a better understanding of the specific error you can turn on debug level logging.

//shopify.server
//shopifyApp object
logger: {
   level: LogSeverity.Debug
}

This is most commonly caused because you need to sync the clock on your computer. If you clock is out of sync on your computer. This means that when we try to authenticate the JWT it will come back as expired.

To resolve this you will need to go into your computer settings and synchronize your clock.

1 Like

Yes I turned on the logger and I get this error

I did the automatic syncing but it is still not working