Showing posts fromnextjs

Exposing Site Settings from the Settings item in a Headless JSS Next.js Application

In this blog post, we will explore a common requirement in Sitecore Headless SXA, exposing site-specific settings and global data to the front end when working with a JSS headless site. ## Problem S

Read More

From Excel to Sitecore - My Streamlined Migration Workflow via PowerShell

Content migration projects are notoriously painful Excel files flying around email threads, editors losing track of versions, and developers drowning in manual imports. I recently implemented a workf

Read More

Integrating SAP Customer Data Cloud with Sitecore XM Cloud Next.js - A Complete Implementation Guide

I recently got the chance to implement SAP Customer Data Cloud (formerly Gigya) authentication in our Sitecore XM Cloud Next.js application. The goal was to create an authentication system that integ

Read More

Next.js ISR + Netlify Cache Tag Purge for Sitecore Site Pages

We recently deployed our Sitecore Next.js site on Netlify and ran into a frustrating caching problem. Even after revalidating pages, they stayed cached. The standard Next.js ISR revalidation just was

Read More

Next.js Image Wrapper for Sitecore SVGs

Our team is consistently hitting a wall with next/image component. When a designer hands off a vector graphic, it gets flattened into a static img tag, completely stripping it of its inherent scalabi

Read More

Secured Pages SXA Module for Next.js - Authentication Middleware Implementation

When building headless Sitecore implementations with Next.js, securing specific pages or sections of your website is a common requirement. Whether it's user profiles, admin areas, or premium content,

Read More

SEO Audit - Sitecore XM Cloud Marketplace App

Working in Sitecore XM Cloud, I often noticed a gap: it can be difficult to quickly identify SEO and accessibility issues on a website page. Things like missing alt text, page titles, or improper hea

Read More

Setting Up Local HTTPS with Caddy Reverse Proxy for Next.js JSS

Running your **Next.js + Sitecore JSS** stack under HTTPS locally isn’t just about flashing a padlock icon—it keeps API contracts, cookies, and OAuth flows behaving exactly like they do in production

Read More

Workflow Email in Sitecore XM Cloud Using Webhook Submit Actions

When working with workflows in Sitecore, clients often request automated notifications to keep track of important state changes. The most common requirement is email alerts. ### The Challenge Sitecor

Read More