Javascript – ReferenceError: window is not defined at new Commerce [email protected]
I am using the pages router and _app.js (custom app) https://nextjs.org/docs/pages/building-your-application/routing/custom-app I believe my probles lies here, where I have this inside my _app.js : import '../globals.css'; import { CartProvider } from '../context/cart'; export default function MyApp ({ Component, pageProps})…