storefront-remix-starter icon indicating copy to clipboard operation
storefront-remix-starter copied to clipboard

A storefront starter kit for Vendure built with Remix

Results 26 storefront-remix-starter issues
Sort by recently updated
recently updated
newest added

Setting .env `API_URL` works in local development, but the same accessing mechanism, `process.env`, doesn't work on Cloudflare Pages deployment. The environment variables are set in CF build settings, and I've...

Hello, This storefront is completely fast, really love it ! Would it be planed to add support for customer account management? Thank you.

Hello, How could i make product image display based on variant selection ? For now. it's only show main product image. Ex: i add image for each item variant ![Screen...

help wanted
good first issue

If you go through the checkout process, up to payment screen, then go back to the store, and try adding some more products to the cart, you get hit with...

help wanted
good first issue

While trying the storefront and adding Mollie payments, I hit this issue: ``` [1] TypeError: Cannot read properties of undefined (reading 'exception') [1] at /home/joao/dev/storefront-remix-starter/app/graphqlWrapper.ts:92:47 [1] at processTicksAndRejections (node:internal/process/task_queues:95:5) [1]...

help wanted
good first issue

Hello, I am getting following error from browser console, not sure if it's reason why the "Wish list" feature not functional or it's still not deployed. ``` Warning: Did not...

Hello, I just did fresh installation, this interface is really fast, however i am getting issue with Navbar, and it only shows in Private browsing, please refer screenshot. This also...

Since CF workers are created per use, they are also lost and any globals set in the original function is also lost. The only way to propagate the VENDURE_API in...

Hi, I'm trying to deploy storefront-remix-starter on Vercel and unable to do so. Here is the error I'm getting ```bash Error: Error loading Remix config at /vercel/path0/remix.config.js -- 09:05:25.419 |...

- Add specific Vercel deploy config - Use regular dynamic import vs safe import Assume Vercel does some pre-optimization and if left as safe import it breaks deployment, that likely...