You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It errors after creating a substantial amount of code and then the api.js just terminates with this message
Please note; I had another thing on port 3000 so had to move it to 9064 (opnv)
I changed localhost:3000 to localhost 9064 in views and browse. Hopefully that doesn't cause an issue somewhere in the pipeline.
pass 3/7
> init : passes/validate-check-generated-component
/home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:127
return jsxElements.filter((e) => e[0].toUpperCase() === e[0]);
^
TypeError: Cannot read properties of undefined (reading '0')
at /home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:127:37
at Array.filter (<anonymous>)
at _babel_extract_nodes (/home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:127:22)
at validate (/home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:384:32)
at Object.run (/home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:489:16)
at run (/home/construct-ai/openv0/openv0/server/modules/multipass/index.js:31:65)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.preset (/home/construct-ai/openv0/openv0/server/modules/multipass/index.js:80:10)
at async /home/construct-ai/openv0/openv0/server/api.js:155:21
Node.js v20.11.0
The text was updated successfully, but these errors were encountered:
It errors after creating a substantial amount of code and then the api.js just terminates with this message
Please note; I had another thing on port 3000 so had to move it to 9064 (opnv)
I changed localhost:3000 to localhost 9064 in views and browse. Hopefully that doesn't cause an issue somewhere in the pipeline.
The text was updated successfully, but these errors were encountered: