Jore
Jore
I'm having the same issue.
> Here's my final working setup in case anyone wonders in the future: > > > > Remember to turn on "rate limiting" Thanks for the explanation, this is a...
You are a legend!
I'm exploring whether there is a way to do this with `git-worktree`.
This would be fantastic. I will need this very soon. :-)
I'm having the same issue with `` with nextjs. Going to try debug for another hour or so otherwise might end up rolling back to Shopify's App Bridge directly.
This seems to work for me. ``` import "@shopify/polaris/build/esm/styles.css"; import App from "next/app"; import type { AppProps } from "next/app"; import { ShopifyAppBridgeProvider } from "shopify-nextjs-toolbox"; import translations from "@shopify/polaris/locales/en.json";...