Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

looping on building database #62

Open
SAHARINTP opened this issue Nov 4, 2024 · 1 comment
Open

looping on building database #62

SAHARINTP opened this issue Nov 4, 2024 · 1 comment

Comments

@SAHARINTP
Copy link

the platform is looping for me on creating the database code ande keeps making the same thing with some bugs coming up on the terminal :

asyncretry_error: {
id: 'BACKEND:SERVER::GENERATE',
error: Error: backend:server:generate error - generated is empty
at Object.backendServerGenerate [as BACKEND:SERVER::GENERATE] (file:///home/intp/cofounder/api/system/functions/backend/server.js:314:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///home/intp/cofounder/api/build.js:87:30
at async file:///home/intp/cofounder/api/build.js:84:25
at async file:///home/intp/cofounder/api/node_modules/p-queue/dist/index.js:187:36

    and this : 
    
      asyncretry_error: {
id: 'WEBAPP:VIEW::GENERATE',
error: TypeError: Cannot read properties of undefined (reading 'views')
    at Object.webappViewGenerate [as WEBAPP:VIEW::GENERATE] (file:///home/intp/cofounder/api/system/functions/webapp/view.js:490:27)
    at file:///home/intp/cofounder/api/build.js:87:56
    at RetryOperation.runAttempt [as _fn] (/home/intp/cofounder/api/node_modules/async-retry/lib/index.js:42:15)
    at Timeout._onTimeout (/home/intp/cofounder/api/node_modules/retry/lib/retry_operation.js:85:10)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)

}
}
{
SYSTEM_RUN_ERR: {
err: Error: TypeError: Cannot read properties of undefined (reading 'views')
at file:///home/intp/cofounder/api/build.js:107:17
at async file:///home/intp/cofounder/api/build.js:84:25
at async file:///home/intp/cofounder/api/node_modules/p-queue/dist/index.js:187:36,
id: 'WEBAPP:VIEW::GENERATE'

can anyone lead me in the right direction?.?

@suediedev
Copy link

You saw the README. It is a alpha version wait intil v1 is released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants