Category: NextJS
-

On a recent project, I was assigned a deceptively simple task: build custom Table and Chart components using our design system, sourced from a CSV file uploaded to the Sitecore Media Library. In the past, this would’ve been a straightforward implementation. But under our current SitecoreAI and Content SDK setup, built on NextJS App Router,…
-

If you’ve followed Sitecore’s official documentation to set up a local SitecoreAI development environment, you’ll know the process is reasonably well documented until you try to do it inside a monorepo. When working with a SitecoreAI monorepo setup, we quickly ran into issues — especially once Docker, Traefik, and a modern frontend stack entered the…
-
When you’re working with a multisite setup in Sitecore, you’ll often need to share data between sites. One of the most common things to share? Dictionary data. There are a bunch of ways to set this up, and of course, each project does it a little differently. In a recent project, all of our sites…
-
Setting up 404 and 500 pages is always part of the overall configuration of a website. You need to have those pages to gracefully and correctly tell the end-user to stop looking for web pages that don’t exist on your site. It proved to be a bit of work in a Sitecore JSS context running…