After naming the project, trying to create any type of app (build your own or "full AI app") results in this error:
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
AxiosError: Request failed with status code 500
at settle (/Users/morgs32/.npm/_npx/d923655a91d2b4f9/node_modules/axios/dist/node/axios.cjs:2053:12)
at IncomingMessage.handleStreamEnd (/Users/morgs32/.npm/_npx/d923655a91d2b4f9/node_modules/axios/dist/node/axios.cjs:3170:11)
at IncomingMessage.emit (node:events:530:35)
at endReadableNT (node:internal/streams/readable:1698:12)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
at Axios.request (/Users/morgs32/.npm/_npx/d923655a91d2b4f9/node_modules/axios/dist/node/axios.cjs:4280:41)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Object.create (/Users/morgs32/.npm/_npx/d923655a91d2b4f9/node_modules/create-singlestoredb-app/bin/create-workspace.js:8:26)
at async startMainThread (/Users/morgs32/.npm/_npx/d923655a91d2b4f9/node_modules/create-singlestoredb-app/bin/start.js:116:54) {
code: 'ERR_BAD_RESPONSE',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: {
FormData: [Function: FormData] [FormData] {
LINE_BREAK: '\r\n',
DEFAULT_CONTENT_TYPE: 'application/octet-stream'
},
Blob: [class Blob]
},
After naming the project, trying to create any type of app (build your own or "full AI app") results in this error: