said7388 / developer-portfolio

Software Developer Portfolio Website built with next.js and tailwind CSS that helps you showcase your work and skills as a software developer.
https://abusaid.me
1.33k stars 547 forks source link

Runtime Error on Build #22

Closed sumitpathak6 closed 3 months ago

sumitpathak6 commented 4 months ago

Facing an unhandled runtime build error Error: States missing required paramters: sitekey

Here is the npm run dev build log : ⨯ node_modules\lottie-web\build\player\lottie.js (30:0) @ createTag ⨯ ReferenceError: document is not defined at webpack_require (C:\Users\Office\OneDrive\Desktop\developer-portfolio.next\server\webpack-runtime.js:33:43) at webpack_require (C:\Users\Office\OneDrive\Desktop\developer-portfolio.next\server\webpack-runtime.js:33:43) at eval (./app/components/helper/animation-lottie.jsx:7:70) at (ssr)/./app/components/helper/animation-lottie.jsx (C:\Users\Office\OneDrive\Desktop\developer-portfolio.next\server\app\page.js:272:1) at __webpack_require__ (C:\Users\Office\OneDrive\Desktop\developer-portfolio.next\server\webpack-runtime.js:33:43)

Would require an urgent faceoff for this issue please.
said7388 commented 3 months ago

This error is for the reCaptcha key. I will make it optional. Please wait while I make the necessary changes.

sumitpathak6 commented 3 months ago

Is it done?