window is not defined in NEXTJS 14 Build
I am trying to create a build of my nextjs project but it keeps on failing and showing the below error where as it works perfectly during development. I haven’t used the ‘window.’ in my whole project but still getting its error, I tried cleaning the project by deleting its .next and node_modules but it didn’t work.