Internal Server Error on Run

Hello,

I have been try to build one project but what i am facing is

Server Error
Error: Error fetching loader data: Internal Server Error

This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
Api.<anonymous>
file:///D:/levelwork/levelwork/Auth-Template/node_modules/@plasmicapp/loader-fetcher/dist/index.js (158:15)
Generator.next
<anonymous>
fulfilled
file:///D:/levelwork/levelwork/Auth-Template/node_modules/@plasmicapp/loader-fetcher/dist/index.js (50:24)

“dependencies”: {
@plasmicapp/loader-nextjs”: “^1.0.410”,
@supabase/ssr”: “^0.4.0”,
“next”: “14.2.23”,
“plasmic-supabase”: “^0.4.1”,
“react”: “^18”,
“react-dom”: “^18”
},

please help me to resolve

Hi @paritosh_chhibber

Please provide the project id so we can investigate it further. Thanks

https://studio.plasmic.app/projects/6w4xCETj1gYkorDVmc5wx8

Hi @paritosh_chhibber

In your verify component isDisabled state initial value, you are re-assigning value to a constant variable temp. You can change the const to let to fix the issue.