Shopify – NextJS: "window is not defined" error still triggered even though using useEffect
I'm trying to integrate a JS library in my NextJS app, but when loading the page I always get the following error on the server-side: ReferenceError: window is not defined I don't understand why this occurs, since I'm using this…