From 6b612757eea4adb5fd5be9eae4c9995f150aff59 Mon Sep 17 00:00:00 2001 From: "mark.murphy@bigcommerce.com" Date: Mon, 12 Sep 2022 14:52:42 -0500 Subject: [PATCH] DEVDOCS-3615 add info about SSL/TSL cert --- .../building-storefronts/nextjs-commerce-guide.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/api-docs/building-storefronts/nextjs-commerce-guide.md b/docs/api-docs/building-storefronts/nextjs-commerce-guide.md index 83b0ca97e6..0346675413 100644 --- a/docs/api-docs/building-storefronts/nextjs-commerce-guide.md +++ b/docs/api-docs/building-storefronts/nextjs-commerce-guide.md @@ -1,7 +1,5 @@ # Next.js Commerce Quick Start - - ## Overview BigCommerce offers cloud-based multi-channel ecommerce solutions. We also offer themes with powerful design tools and features that let you build and host your storefront on our servers. @@ -74,6 +72,8 @@ To get started with Next.js Commerce, you'll need to deploy a live version direc ![Commerce deployment confirmation dialogue](https://raw.githubusercontent.com/bigcommerce/dev-docs/master/assets/images/nextjs-commerce-14.png) + + ### Developing locally after Vercel deployment 1. Visit the Git provider where Vercel created a new repository. Clone that repository locally. @@ -158,6 +158,10 @@ SWR uses FETCH for data fetching: [vercel/fetch: Opinionated fetch (with retryin ## Application settings +### SSL/TSL Certificate + +To use BigCommerce's [redirected checkout](https://developer.bigcommerce.com/api-docs/storefronts/guide/checkout#redirecting-to-the-bigcommerce-checkout), make sure your Next.js Commerce storefront has an SSL/TSL certificate installed and you are using URL beginning with `https://`. + ### Next SEO Next.js Commerce includes the [Next SEO](https://github.com/garmeeh/next-seo) plugin to simplify SEO settings so that Next.js Commerce appears correctly in search results and is more readily shareable on social media. To learn how to configure Next SEO settings, visit the [Next SEO GitHub repository](https://github.com/garmeeh/next-seo).