nextjs-shopify-app-no-custom-server
nextjs-shopify-app-no-custom-server copied to clipboard
Shopify app using NextJS. No custom NextJS server needed.
Hi, first of all: great baseline work! I forked this to have a base for my embedded apps. I noticed a few missing parts to make this usable as a...
The redirects work great on desktop, but on mobile it tries to take you to the app instead of the install page, which results in a "page not found" error...
On a local env, it runs into trouble when it tries to fetch products. It appears that it's not able to get an online session ``` event - compiled client...