strapi-starter-next-ecommerce icon indicating copy to clipboard operation
strapi-starter-next-ecommerce copied to clipboard

Strapi Starter Next.js E-commerce

Results 10 strapi-starter-next-ecommerce issues
Sort by recently updated
recently updated
newest added

i exec `npx create-strapi-starter my-project next-ecommerce ` before downloading all dependencies and select quickstart it throws the next error. ``` npx create-strapi-starter my-project next-ecommerce ? Choose your installation type Quickstart...

I have updated the Snipcart version to use the latest features and fixes.

When I load this starter with MongoDb it's failing on bootstrapping: ``` Error: product validation failed: _id: Cast to ObjectId failed for value "1" at path "_id" at ValidationError.inspect (/home/tomas/repos/handmade.amar/ecommerce/backend/node_modules/mongoose/lib/error/validation.js:47:26)...

This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code...

When trying to get started with `npx create-strapi-starter my-site next-ecommerce`, the following error is thrown: Installing strapi/strapi-starter-next-ecommerce starter - Installing dependencies:Command failed with exit code 1: yarn install 'yarn' is...

So i usually work with jsx because my IDE changes sytnax to react style code but this screwed over my css. maybe add that so this dosent happen to anyone...

The routes are swapped I guess. https://strapi-starter-next-ecommerce.vercel.app/categories/front - should show frontend stickers https://strapi-starter-next-ecommerce.vercel.app/categories/back - should show backend stickers

when i navigate to **products/[slug]**, and click on back arrow in the browser to navigate to **home page "/"** the url changed but didn't return or render the home page...

- Correct from Nuxt.js to Next.js; - Install Tailwind CSS v2.0 and PostCSS 8;