Closed imSyntn closed 8 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
aidchain | ❌ Failed (Inspect) | Oct 7, 2023 2:34pm |
Your check failed. since NextJs is SSR you cant use windows in there, because windows is only available in the browser, so what you need to do is to run a check if window is defined or not
if ( typeof window === 'undefined' )
issue #1