No badges yet
No accepted solutions yet
Document is not defined error during Vercel build
We found that calling Lottie: import Lottie from "lottie-react" Is causing the error. When we call it as follows: ``` import dynamic from "next/dynamic"; const Lottie = dynamic(()...
Document is not defined error during Vercel build
Hey everyone 👋 We’re running into a persistent build issue on Vercel that’s blocking deployment. The project is a Next.js 14 app hosted on Vercel, and the error appears during the...