Danny Borisov
Danny Borisov
Seems like the problem is a timeout after 1500 which is the default. When increasing the timeout to 5000, the request process successfully. ``` async getJwks(jwksUri) { const existingFetch =...
Seems like the problem is a timeout after 1500 which is the default. When increasing the timeout to 5000, the request process successfully. ``` async getJwks(jwksUri) { const existingFetch =...
> Hey @ozzyonfire! > > On this, the relative URL we recommend using for local testing should help, documented here: https://shopify.dev/docs/apps/build/webhooks/subscribe/https#requirements  > > > Recently, we got the ability...
> > App router is not supported yet. I have the same issue. > > Please check here > > #961 > > My personal go to for now since...