yhoungdev / aidchain

AidChain Empowering Donors, Transforming Lives through Transparent Global Philanthropy
https://aidchain.vercel.app
5 stars 0 forks source link

added loader #2

Closed imSyntn closed 8 months ago

imSyntn commented 1 year ago

issue #1

vercel[bot] commented 1 year 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
yhoungdev commented 1 year ago

Screenshot from 2023-10-07 15-40-52

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' )