Avocados Lab

Results 20 comments of Avocados Lab

@jpuri would be great if you can take a look into this PR! Thanks in advance.

I'm still having issues with saving my tabs. Nothing happens when you press `CMD+S`. Also nothing relevant files shows up when I try to select workspace from folder. I'm on...

I have similar question, I'm seeing ton of 400 on production and when I checked stack trace, they are originating from same location as pointed above: https://github.com/Shopify/koa-shopify-auth/blob/master/src/verify-request/verify-token.ts#L21

I'm constantly running into `Invalid OAuth callback` since I upgraded to `5.0.3` when I'm trying to install app locally on my development store.

I believe you see following warning in your partner dashboard but despite reverted to older version to stay operational.

I was able to replicate this on current https://github.com/Shopify/shopify-app-node with the help of Shopify CLI. If you aren't using Shopify CLI, you can simply clone the project and follow setup...

**Quick update:** This seems to be the issue around `verifyRequest` middleware. Following **doesn't fix** the re-auth issue but at least loads navigated page after 10 seconds or so rather redirecting...

@paulomarg thanks for additional helpful insights :) Adding `ClientRouter` did help me here. Another question I have is around navigations which happen on client side. If you look at following...

@valorloff I was originally missing `ClientRouter`. After adding it like below, I can at least navigate to different pages. I'm still having an issue I mentioned just couple threads above...

@paulomarg good catch! Now next issue I'm having is that page URL is not updating with page I'm navigating to. These are pages which are **not** set in app navigation...