baptisteArno / typebot.io

💬 Typebot is a powerful chatbot builder that you can self-host.
https://typebot.io
Other
6.91k stars 1.87k forks source link

Self-hosting with Supabase as database not possible anymore due to demoted superuser privileges #434

Closed shoeferlin closed 10 months ago

shoeferlin commented 1 year ago

Hey Baptiste, thank you very much for providing Typebot. I ran into a problem described in the following. More than happy if it turns out this is wrong and I set up something incorrectly.

Description:

I tried to self-host Typebot on Vercel with Supabase as database. I followed the steps outlined in the docs of Typebot. I started two Vercel projects for the viewer and builder and created a database on Supabase. I set the env variables according to the description. However, whenever I start deploying on Vercel the deployment fails with Command "cd ../.. && pnpm prisma generate && pnpm build:builder && pnpm db:migrate" exited with 1.

In the docs for manual hosting it also states that superuser privileges are needed, likely for the migrations to go through. The database user should have the SUPERUSER role. You can setup and migrate the database with the pnpm prisma generate && pnpm db:migrate command.

I tried to change the privileges in supabase via a terminal connection to the database but failed: postgres=> ALTER USER postgres WITH SUPERUSER; ERROR: must be superuser to alter superuser roles or change superuser attribute

After some digging, I found out that it seems like Supabase removed superuser privileges with a recent security patch.

I am not sure if I understand this correctly but it seems to me that using Supabase as database for Typebot is therefore potentially not possible anymore.

Also see last comment of thread here: https://github.com/orgs/supabase/discussions/2495

Environment:

Typebot, Supabase, Vercel (with env variables)

Console logs:

15:11:34.280 | builder:build: This information is used to shape Next.js' roadmap and prioritize features. 15:11:34.280 | builder:build: You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: 15:11:34.281 | builder:build: https://nextjs.org/telemetry 15:11:34.281 | builder:build: 15:11:34.451 | builder:build: info - Linting and checking validity of types... 15:12:28.340 | builder:build: Failed to compile. 15:12:28.340 | builder:build: 15:12:28.341 | builder:build: ./src/features/account/UserProvider.tsx:5:10 15:12:28.341 | builder:build: Type error: Module '"@typebot.io/prisma"' has no exported member 'User'. 15:12:28.341 | builder:build: 15:12:28.341 | builder:build: 3 | import { createContext, ReactNode, useEffect, useState } from 'react' 15:12:28.341 | builder:build: 4 | import { env, isDefined, isNotDefined } from '@typebot.io/lib' 15:12:28.342 | builder:build: > 5 | import { User } from '@typebot.io/prisma' 15:12:28.342 | builder:build: | ^ 15:12:28.342 | builder:build: 6 | import { setUser as setSentryUser } from '@sentry/nextjs' 15:12:28.342 | builder:build: 7 | import { useToast } from '@/hooks/useToast' 15:12:28.342 | builder:build: 8 | import { updateUserQuery } from './queries/updateUserQuery' 15:12:28.459 | builder:build:  ELIFECYCLE  Command failed with exit code 1. 15:12:28.478 | builder:build: ERROR: command finished with error: command (/vercel/path0/apps/builder) pnpm run build exited (1) 15:12:28.478 | command (/vercel/path0/apps/builder) pnpm run build exited (1) 15:12:28.479 |   15:12:28.479 | Tasks: 3 successful, 4 total 15:12:28.479 | Cached: 2 cached, 4 total 15:12:28.479 | Time: 58.546s 15:12:28.479 |   15:12:28.479 | ERROR run failed: command exited (1) 15:12:28.487 | ELIFECYCLE  Command failed with exit code 1. 15:12:28.520 | Error: Command "cd ../.. && pnpm prisma generate && pnpm build:builder && pnpm db:migrate" exited with 1 15:12:28.986 | BUILD_UTILS_SPAWN_1: Command "cd ../.. && pnpm prisma generate && pnpm build:builder && pnpm db:migrate" exited with 1

Visual proof:

Screenshot 2023-03-29 at 12 12 02

Steps to reproduce:

Host Typebot with Vercel and Supabase and try to deploy on Vercel after setting all env variables.

Expected vs. actual results:

Adapt docs or even better would be having a solution to still use Supabase for self-hosted instance of Typebot.

baptisteArno commented 1 year ago

Can you provide the entire build log? After clicking on "Redeploy" and unchecking "​Redeploy with existing Build Cache."

shoeferlin commented 1 year ago

Sure!

Build log

[16:55:01.351] Running build in Cleveland, USA (East) – cle1 [16:55:01.396] Cloning github.com/seabysalt/typebot.io (Branch: main, Commit: 5090bad) [16:55:01.401] Skipping build cache, deployment was triggered without cache. [16:55:05.812] Cloning completed: 4.415s [16:55:06.200] Running "vercel build" [16:55:06.604] Vercel CLI 28.18.2 [16:55:06.720] > Detected Turbo. Adjusting default settings... [16:55:06.997] Detected pnpm-lock.yaml version 5.4 generated by pnpm 7... [16:55:07.001] Running "install" command: pnpm install... [16:55:07.517] Scope: all 17 workspace projects [16:55:07.725] ../.. | Progress: resolved 1, reused 0, downloaded 0, added 0 [16:55:08.025] ../.. | +2294 ++++++++++++++++++++++++++++ [16:55:08.446] Packages are hard linked from the content-addressable store to the virtual store. [16:55:08.446] Content-addressable store is at: /vercel/.local/share/pnpm/store/v3 [16:55:08.446] Virtual store is at: ../../node_modules/.pnpm [16:55:08.727] ../.. | Progress: resolved 2294, reused 0, downloaded 41, added 37 [16:55:09.729] ../.. | Progress: resolved 2294, reused 0, downloaded 117, added 114 [16:55:10.731] ../.. | Progress: resolved 2294, reused 0, downloaded 229, added 229 [16:55:11.733] ../.. | Progress: resolved 2294, reused 0, downloaded 358, added 358 [16:55:12.737] ../.. | Progress: resolved 2294, reused 0, downloaded 463, added 468 [16:55:13.737] ../.. | Progress: resolved 2294, reused 0, downloaded 513, added 517 [16:55:14.736] ../.. | Progress: resolved 2294, reused 0, downloaded 588, added 595 [16:55:15.739] ../.. | Progress: resolved 2294, reused 0, downloaded 729, added 728 [16:55:16.740] ../.. | Progress: resolved 2294, reused 0, downloaded 821, added 827 [16:55:17.742] ../.. | Progress: resolved 2294, reused 0, downloaded 957, added 963 [16:55:18.744] ../.. | Progress: resolved 2294, reused 0, downloaded 1051, added 1058 [16:55:19.748] ../.. | Progress: resolved 2294, reused 0, downloaded 1125, added 1134 [16:55:20.750] ../.. | Progress: resolved 2294, reused 0, downloaded 1286, added 1293 [16:55:21.753] ../.. | Progress: resolved 2294, reused 0, downloaded 1409, added 1420 [16:55:22.753] ../.. | Progress: resolved 2294, reused 0, downloaded 1506, added 1513 [16:55:23.753] ../.. | Progress: resolved 2294, reused 0, downloaded 1573, added 1585 [16:55:24.754] ../.. | Progress: resolved 2294, reused 0, downloaded 1645, added 1656 [16:55:25.754] ../.. | Progress: resolved 2294, reused 0, downloaded 1691, added 1702 [16:55:26.756] ../.. | Progress: resolved 2294, reused 0, downloaded 1715, added 1727 [16:55:27.760] ../.. | Progress: resolved 2294, reused 0, downloaded 1730, added 1740 [16:55:28.761] ../.. | Progress: resolved 2294, reused 0, downloaded 1776, added 1788 [16:55:29.761] ../.. | Progress: resolved 2294, reused 0, downloaded 1866, added 1878 [16:55:30.763] ../.. | Progress: resolved 2294, reused 0, downloaded 1925, added 1938 [16:55:31.766] ../.. | Progress: resolved 2294, reused 0, downloaded 1995, added 2009 [16:55:32.768] ../.. | Progress: resolved 2294, reused 0, downloaded 2050, added 2065 [16:55:33.767] ../.. | Progress: resolved 2294, reused 0, downloaded 2086, added 2097 [16:55:34.776] ../.. | Progress: resolved 2294, reused 0, downloaded 2132, added 2147 [16:55:35.775] ../.. | Progress: resolved 2294, reused 0, downloaded 2171, added 2185 [16:55:36.784] ../.. | Progress: resolved 2294, reused 0, downloaded 2271, added 2285 [16:55:37.784] ../.. | Progress: resolved 2294, reused 0, downloaded 2274, added 2289 [16:55:38.785] ../.. | Progress: resolved 2294, reused 0, downloaded 2278, added 2292 [16:55:39.895] ../.. | Progress: resolved 2294, reused 0, downloaded 2278, added 2294, done [16:55:40.466] .../node_modules/@prisma/engines postinstall$ node scripts/postinstall.js [16:55:40.467] .../node_modules/core-js-pure postinstall$ node -e "try{require('./postinstall')}catch(e){}" [16:55:40.467] .../core-js@3.29.1/node_modules/core-js postinstall$ node -e "try{require('./postinstall')}catch(e){}" [16:55:40.518] .../node_modules/@sentry/cli install$ node ./scripts/install.js [16:55:40.535] .../node_modules/postman-code-generators postinstall$ node npm/deepinstall.js [16:55:40.563] .../node_modules/core-js-pure postinstall: Done [16:55:40.622] .../core-js@3.29.1/node_modules/core-js postinstall: Done [16:55:40.759] .../node_modules/@sentry/cli install: [sentry-cli] Downloading from https://downloads.sentry-cdn.com/sentry-cli/1.75.0/sentry-cli-Linux-x86_64 [16:55:40.760] .../node_modules/postman-code-generators postinstall: Running pre-package script [16:55:40.930] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 1% [16:55:40.930] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 2% [16:55:40.930] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 3% [16:55:40.931] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 4% [16:55:40.931] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 5% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 6% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 7% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 8% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 9% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 10% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 11% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 12% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 13% [16:55:40.933] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 14% [16:55:40.934] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 15% [16:55:40.934] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 16% [16:55:40.934] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 17% [16:55:40.934] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 18% [16:55:40.934] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 19% [16:55:40.960] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 20% [16:55:40.960] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 21% [16:55:40.960] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 22% [16:55:40.962] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 23% [16:55:40.962] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 24% [16:55:40.962] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 25% [16:55:40.962] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 26% [16:55:40.962] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 27% [16:55:40.962] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 28% [16:55:40.962] .../node_modules/postman-code-generators postinstall: Run successful languages.js saved in lib/assets [16:55:40.962] .../node_modules/postman-code-generators postinstall: csharp-httpclient: npm install --no-audit --production [16:55:40.999] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 29% [16:55:40.999] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 30% [16:55:40.999] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 31% [16:55:41.000] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 32% [16:55:41.000] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 33% [16:55:41.000] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 34% [16:55:41.000] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 35% [16:55:41.000] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 36% [16:55:41.000] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 37% [16:55:41.002] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 38% [16:55:41.002] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 39% [16:55:41.006] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 40% [16:55:41.006] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 41% [16:55:41.006] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 42% [16:55:41.010] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 43% [16:55:41.010] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 44% [16:55:41.017] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 45% [16:55:41.022] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 46% [16:55:41.027] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 47% [16:55:41.027] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 48% [16:55:41.030] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 49% [16:55:41.039] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 50% [16:55:41.039] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 51% [16:55:41.039] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 52% [16:55:41.039] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 53% [16:55:41.042] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 54% [16:55:41.049] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 55% [16:55:41.052] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 56% [16:55:41.054] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 57% [16:55:41.054] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 58% [16:55:41.057] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 59% [16:55:41.058] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 60% [16:55:41.063] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 61% [16:55:41.071] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 62% [16:55:41.072] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 63% [16:55:41.075] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 64% [16:55:41.077] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 65% [16:55:41.079] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 66% [16:55:41.089] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 67% [16:55:41.091] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 68% [16:55:41.093] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 69% [16:55:41.098] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 70% [16:55:41.099] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 71% [16:55:41.103] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 72% [16:55:41.112] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 73% [16:55:41.112] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 74% [16:55:41.117] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 75% [16:55:41.120] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 76% [16:55:41.124] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 77% [16:55:41.130] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 78% [16:55:41.131] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 79% [16:55:41.133] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 80% [16:55:41.139] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 81% [16:55:41.139] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 82% [16:55:41.145] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 83% [16:55:41.145] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 84% [16:55:41.150] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 85% [16:55:41.153] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 86% [16:55:41.160] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 87% [16:55:41.164] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 88% [16:55:41.188] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 89% [16:55:41.191] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 90% [16:55:41.193] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 91% [16:55:41.196] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 92% [16:55:41.199] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 93% [16:55:41.209] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 94% [16:55:41.216] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 95% [16:55:41.216] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 96% [16:55:41.219] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 97% [16:55:41.221] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 98% [16:55:41.225] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 99% [16:55:41.228] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 100% [16:55:41.270] .../node_modules/@sentry/cli install: [sentry-cli] Checksum validation passed. [16:55:41.451] .../node_modules/@sentry/cli install: Done [16:55:41.699] .../node_modules/postman-code-generators postinstall: up to date in 277ms [16:55:41.699] .../node_modules/postman-code-generators postinstall: csharp-restsharp: npm install --no-audit --production [16:55:42.289] .../node_modules/postman-code-generators postinstall: up to date in 204ms [16:55:42.289] .../node_modules/postman-code-generators postinstall: curl: npm install --no-audit --production [16:55:42.328] .../node_modules/@prisma/engines postinstall: Done [16:55:42.740] .../node_modules/postman-code-generators postinstall: up to date in 105ms [16:55:42.741] .../node_modules/postman-code-generators postinstall: dart-http: npm install --no-audit --production [16:55:43.119] .../node_modules/postman-code-generators postinstall: up to date in 108ms [16:55:43.119] .../node_modules/postman-code-generators postinstall: golang: npm install --no-audit --production [16:55:43.510] .../node_modules/postman-code-generators postinstall: up to date in 110ms [16:55:43.510] .../node_modules/postman-code-generators postinstall: http: npm install --no-audit --production [16:55:48.232] .../node_modules/postman-code-generators postinstall: added 51 packages in 4s [16:55:48.232] .../node_modules/postman-code-generators postinstall: 4 packages are looking for funding [16:55:48.232] .../node_modules/postman-code-generators postinstall: run npm fund for details [16:55:48.233] .../node_modules/postman-code-generators postinstall: java-okhttp: npm install --no-audit --production [16:55:48.618] .../node_modules/postman-code-generators postinstall: up to date in 116ms [16:55:48.618] .../node_modules/postman-code-generators postinstall: java-unirest: npm install --no-audit --production [16:55:48.991] .../node_modules/postman-code-generators postinstall: up to date in 111ms [16:55:48.991] .../node_modules/postman-code-generators postinstall: js-fetch: npm install --no-audit --production [16:55:49.610] .../node_modules/postman-code-generators postinstall: up to date in 323ms [16:55:49.611] .../node_modules/postman-code-generators postinstall: js-jquery: npm install --no-audit --production [16:55:49.994] .../node_modules/postman-code-generators postinstall: up to date in 103ms [16:55:49.995] .../node_modules/postman-code-generators postinstall: js-xhr: npm install --no-audit --production [16:55:50.537] .../node_modules/postman-code-generators postinstall: up to date in 270ms [16:55:50.537] .../node_modules/postman-code-generators postinstall: kotlin-okhttp: npm install --no-audit --production [16:55:51.181] .../node_modules/postman-code-generators postinstall: added 1 package in 386ms [16:55:51.181] .../node_modules/postman-code-generators postinstall: libcurl: npm install --no-audit --production [16:55:51.553] .../node_modules/postman-code-generators postinstall: up to date in 114ms [16:55:51.553] .../node_modules/postman-code-generators postinstall: nodejs-axios: npm install --no-audit --production [16:55:52.272] .../node_modules/postman-code-generators postinstall: added 1 package in 458ms [16:55:52.272] .../node_modules/postman-code-generators postinstall: nodejs-native: npm install --no-audit --production [16:55:54.118] .../node_modules/postman-code-generators postinstall: added 53 packages in 2s [16:55:54.118] .../node_modules/postman-code-generators postinstall: 4 packages are looking for funding [16:55:54.118] .../node_modules/postman-code-generators postinstall: run npm fund for details [16:55:54.118] .../node_modules/postman-code-generators postinstall: nodejs-request: npm install --no-audit --production [16:55:55.198] .../node_modules/postman-code-generators postinstall: up to date in 819ms [16:55:55.199] .../node_modules/postman-code-generators postinstall: nodejs-unirest: npm install --no-audit --production [16:55:55.914] .../node_modules/postman-code-generators postinstall: up to date in 447ms [16:55:55.914] .../node_modules/postman-code-generators postinstall: objective-c: npm install --no-audit --production [16:55:56.310] .../node_modules/postman-code-generators postinstall: up to date in 100ms [16:55:56.311] .../node_modules/postman-code-generators postinstall: ocaml-cohttp: npm install --no-audit --production [16:55:56.674] .../node_modules/postman-code-generators postinstall: up to date in 102ms [16:55:56.674] .../node_modules/postman-code-generators postinstall: php-curl: npm install --no-audit --production [16:55:57.057] .../node_modules/postman-code-generators postinstall: up to date in 97ms [16:55:57.058] .../node_modules/postman-code-generators postinstall: php-guzzle: npm install --no-audit --production [16:55:57.420] .../node_modules/postman-code-generators postinstall: up to date in 103ms [16:55:57.421] .../node_modules/postman-code-generators postinstall: php-httprequest2: npm install --no-audit --production [16:55:57.794] .../node_modules/postman-code-generators postinstall: up to date in 99ms [16:55:57.794] .../node_modules/postman-code-generators postinstall: php-pecl-http: npm install --no-audit --production [16:55:58.152] .../node_modules/postman-code-generators postinstall: up to date in 99ms [16:55:58.153] .../node_modules/postman-code-generators postinstall: powershell-restmethod: npm install --no-audit --production [16:55:58.754] .../node_modules/postman-code-generators postinstall: up to date in 347ms [16:55:58.754] .../node_modules/postman-code-generators postinstall: python-http.client: npm install --no-audit --production [16:56:02.489] .../node_modules/postman-code-generators postinstall: added 51 packages in 3s [16:56:02.489] .../node_modules/postman-code-generators postinstall: 4 packages are looking for funding [16:56:02.489] .../node_modules/postman-code-generators postinstall: run npm fund for details [16:56:02.490] .../node_modules/postman-code-generators postinstall: python-requests: npm install --no-audit --production [16:56:02.864] .../node_modules/postman-code-generators postinstall: up to date in 117ms [16:56:02.864] .../node_modules/postman-code-generators postinstall: r-httr: npm install --no-audit --production [16:56:03.218] .../node_modules/postman-code-generators postinstall: up to date in 101ms [16:56:03.219] .../node_modules/postman-code-generators postinstall: r-rcurl: npm install --no-audit --production [16:56:03.580] .../node_modules/postman-code-generators postinstall: up to date in 97ms [16:56:03.581] .../node_modules/postman-code-generators postinstall: ruby: npm install --no-audit --production [16:56:03.930] .../node_modules/postman-code-generators postinstall: up to date in 96ms [16:56:03.930] .../node_modules/postman-code-generators postinstall: shell-httpie: npm install --no-audit --production [16:56:04.287] .../node_modules/postman-code-generators postinstall: up to date in 102ms [16:56:04.288] .../node_modules/postman-code-generators postinstall: shell-wget: npm install --no-audit --production [16:56:04.645] .../node_modules/postman-code-generators postinstall: up to date in 104ms [16:56:04.645] .../node_modules/postman-code-generators postinstall: swift: npm install --no-audit --production [16:56:05.010] .../node_modules/postman-code-generators postinstall: up to date in 101ms [16:56:05.014] .../node_modules/postman-code-generators postinstall: Done [16:56:07.063] .../esbuild@0.15.18/node_modules/esbuild postinstall$ node install.js [16:56:07.064] .../esbuild@0.17.12/node_modules/esbuild postinstall$ node install.js [16:56:07.095] .../.pnpm/turbo@1.8.3/node_modules/turbo postinstall$ node install.js [16:56:07.145] .../esbuild@0.15.18/node_modules/esbuild postinstall: Done [16:56:07.166] .../esbuild@0.17.12/node_modules/esbuild postinstall: Done [16:56:07.170] .../prisma@4.11.0/node_modules/prisma preinstall$ node scripts/preinstall-entry.js [16:56:07.231] .../.pnpm/turbo@1.8.3/node_modules/turbo postinstall: Done [16:56:07.254] .../prisma@4.11.0/node_modules/prisma preinstall: Done [16:56:07.254] .../prisma@4.11.0/node_modules/prisma install$ node scripts/install-entry.js [16:56:07.330] .../prisma@4.11.0/node_modules/prisma install: Done [16:56:07.523] .../node_modules/@prisma/client postinstall$ node scripts/postinstall.js [16:56:08.097] .../node_modules/@prisma/client postinstall: prisma:warn The postinstall script automatically ran prisma generate and did not find your prisma/schema.prisma. [16:56:08.097] .../node_modules/@prisma/client postinstall: If you have a Prisma schema file in a custom path, you will need to run [16:56:08.097] .../node_modules/@prisma/client postinstall: prisma generate --schema=./path/to/your/schema.prisma to generate Prisma Client. [16:56:08.097] .../node_modules/@prisma/client postinstall: If you do not have a Prisma schema file yet, you can ignore this message. [16:56:08.117] .../node_modules/@prisma/client postinstall: Done [16:56:08.730] [16:56:08.731] dependencies: [16:56:08.731] + @chakra-ui/anatomy 2.1.1 [16:56:08.731] + @chakra-ui/css-reset 2.0.11 [16:56:08.731] + @chakra-ui/react 2.5.1 [16:56:08.731] + @chakra-ui/theme-tools 2.0.16 [16:56:08.731] + @dnd-kit/core 6.0.8 [16:56:08.731] + @dnd-kit/sortable 7.0.2 [16:56:08.731] + @dnd-kit/utilities 3.2.1 [16:56:08.731] + @emotion/react 11.10.6 [16:56:08.731] + @emotion/styled 11.10.6 [16:56:08.731] + @faire/mjml-react 3.1.2 [16:56:08.731] + @giphy/js-fetch-api 4.7.1 [16:56:08.731] + @giphy/js-types 4.4.0 [16:56:08.731] + @giphy/react-components 6.6.0 [16:56:08.731] + @googleapis/drive 5.0.0 [16:56:08.731] + @lezer/css 1.1.1 [16:56:08.731] + @paralleldrive/cuid2 2.2.0 [16:56:08.731] + @sentry/nextjs 7.44.1 [16:56:08.731] + @stripe/stripe-js 1.49.0 [16:56:08.731] + @tanstack/react-query 4.28.0 [16:56:08.731] + @tanstack/react-table 8.7.9 [16:56:08.731] + @trpc/client 10.16.0 [16:56:08.731] + @trpc/next 10.16.0 [16:56:08.731] + @trpc/react-query 10.16.0 [16:56:08.731] + @trpc/server 10.16.0 [16:56:08.731] + @typebot.io/emails 1.0.0 <- ../../packages/emails [16:56:08.731] + @typebot.io/js 0.0.30 <- ../../packages/embeds/js [16:56:08.731] + @typebot.io/next-international 0.3.8 [16:56:08.731] + @typebot.io/react 0.0.30 <- ../../packages/embeds/react [16:56:08.731] + @udecode/plate-basic-marks 20.4.0 [16:56:08.731] + @udecode/plate-common 20.4.0 [16:56:08.731] + @udecode/plate-core 20.4.0 [16:56:08.731] + @udecode/plate-link 20.4.0 [16:56:08.732] + @udecode/plate-serializer-html 20.4.0 [16:56:08.732] + @udecode/plate-ui-link 20.4.0 [16:56:08.732] + @udecode/plate-ui-toolbar 20.4.0 [16:56:08.732] + @uiw/codemirror-extensions-langs 4.19.9 [16:56:08.732] + @uiw/codemirror-theme-github 4.19.9 [16:56:08.732] + @uiw/codemirror-theme-tokyo-night 4.19.9 [16:56:08.732] + @uiw/react-codemirror 4.19.9 [16:56:08.732] + @use-gesture/react 10.2.24 [16:56:08.732] + aws-sdk 2.1334.0 [16:56:08.733] + browser-image-compression 2.0.2 [16:56:08.733] + canvas-confetti 1.6.0 [16:56:08.733] + codemirror 6.0.1 [16:56:08.733] + deep-object-diff 1.1.9 [16:56:08.733] + dequal 2.0.3 [16:56:08.733] + emojilib 3.0.8 [16:56:08.733] + focus-visible 5.2.0 [16:56:08.733] + framer-motion 10.3.0 [16:56:08.733] + google-auth-library 8.7.0 [16:56:08.733] + google-spreadsheet 3.3.0 [16:56:08.733] + got 12.6.0 [16:56:08.733] + htmlparser2 8.0.1 [16:56:08.733] + immer 9.0.19 [16:56:08.733] + js-video-url-parser 0.5.1 [16:56:08.733] + jsonwebtoken 9.0.0 [16:56:08.733] + micro 10.0.1 [16:56:08.733] + micro-cors 0.1.1 [16:56:08.733] + minio 7.0.32 [16:56:08.733] + next 13.2.4 [16:56:08.733] + next-auth 4.20.1 [16:56:08.733] + nextjs-cors 2.1.2 [16:56:08.733] + nodemailer 6.9.1 [16:56:08.733] + nprogress 0.2.0 [16:56:08.733] + papaparse 5.4.0 [16:56:08.733] + posthog-node 2.5.4 [16:56:08.733] + prettier 2.8.4 [16:56:08.733] + qs 6.11.1 [16:56:08.733] + react 18.2.0 [16:56:08.733] + react-dom 18.2.0 [16:56:08.733] + slate 0.91.4 [16:56:08.733] + slate-history 0.86.0 [16:56:08.733] + slate-hyperscript 0.77.0 [16:56:08.733] + slate-react 0.92.0 [16:56:08.733] + stripe 11.14.0 [16:56:08.733] + styled-components 5.3.9 [16:56:08.734] + svg-round-corners 0.4.1 [16:56:08.734] + swr 2.1.0 [16:56:08.734] + tinycolor2 1.6.0 [16:56:08.734] + trpc-openapi 1.1.2 [16:56:08.734] + use-debounce 9.0.3 [16:56:08.734] [16:56:08.734] devDependencies: [16:56:08.734] + @babel/core 7.21.0 [16:56:08.734] + @chakra-ui/styled-system 2.6.1 [16:56:08.734] + @playwright/test 1.31.2 [16:56:08.734] + @typebot.io/lib 1.0.0 <- ../../packages/lib [16:56:08.734] + @typebot.io/prisma 0.1.0 <- ../../packages/prisma [16:56:08.734] + @typebot.io/schemas 1.0.0 <- ../../packages/schemas [16:56:08.734] + @typebot.io/tsconfig 0.0.1 <- ../../packages/tsconfig [16:56:08.734] + @types/canvas-confetti 1.6.0 [16:56:08.734] + @types/google-spreadsheet 3.3.1 [16:56:08.734] + @types/jsonwebtoken 9.0.1 [16:56:08.734] + @types/micro-cors 0.1.3 [16:56:08.734] + @types/minio 7.0.17 [16:56:08.734] + @types/node 18.15.3 [16:56:08.734] + @types/nodemailer 6.4.7 [16:56:08.734] + @types/nprogress 0.2.0 [16:56:08.734] + @types/papaparse 5.3.7 [16:56:08.734] + @types/prettier 2.7.2 [16:56:08.734] + @types/qs 6.9.7 [16:56:08.734] + @types/react 18.0.28 [16:56:08.734] + @types/tinycolor2 1.4.3 [16:56:08.734] + dotenv 16.0.3 [16:56:08.734] + eslint 8.36.0 [16:56:08.734] + eslint-config-custom 0.0.1 <- ../../packages/eslint-config-custom [16:56:08.734] + superjson 1.12.2 [16:56:08.734] + typescript 4.9.5 [16:56:08.734] + zod 3.21.4 [16:56:08.734] [16:56:08.734] ../.. prepare$ husky install [16:56:08.795] ../.. prepare: husky - Git hooks installed [16:56:08.798] ../.. prepare: Done [16:56:08.801] Done in 1m 1.7s [16:56:08.835] Detected Next.js version: 13.2.4 [16:56:08.893] Running "cd ../.. && pnpm prisma generate && pnpm build:builder && pnpm db:migrate" [16:56:09.849] prisma:warn The postinstall script automatically ran prisma generate and did not find your prisma/schema.prisma. [16:56:09.849] If you have a Prisma schema file in a custom path, you will need to run [16:56:09.849] prisma generate --schema=./path/to/your/schema.prisma to generate Prisma Client. [16:56:09.849] If you do not have a Prisma schema file yet, you can ignore this message. [16:56:09.849] [16:56:10.317] [16:56:10.318] > typebot-os@2.11.6 build:builder /vercel/path0 [16:56:10.318] > turbo run build --filter=builder... && turbo run build:env --filter=builder... [16:56:10.318] [16:56:10.755] • Packages in scope: @typebot.io/emails, @typebot.io/js, @typebot.io/lib, @typebot.io/prisma, @typebot.io/react, @typebot.io/schemas, @typebot.io/tsconfig, builder, eslint-config-custom [16:56:10.755] • Running build in 9 packages [16:56:10.755] • Remote caching enabled [16:56:10.755] @typebot.io/prisma:db:generate: cache bypass, force executing 9bb464a37e6e9fbe [16:56:11.210] @typebot.io/prisma:db:generate: [16:56:11.210] @typebot.io/prisma:db:generate: > @typebot.io/prisma@0.1.0 db:generate /vercel/path0/packages/prisma [16:56:11.210] @typebot.io/prisma:db:generate: > tsx scripts/db-generate.ts [16:56:11.210] @typebot.io/prisma:db:generate: [16:56:11.485] @typebot.io/js:build: cache bypass, force executing 66ba17e149360f4d [16:56:11.926] @typebot.io/js:build:  WARN  Issue while reading "/vercel/path0/packages/embeds/js/.npmrc". Failed to replace env in config: ${NPM_TOKEN} [16:56:11.936] @typebot.io/js:build: [16:56:11.936] @typebot.io/js:build: > @typebot.io/js@0.0.30 build /vercel/path0/packages/embeds/js [16:56:11.936] @typebot.io/js:build: > rollup --config rollup.config.js [16:56:11.936] @typebot.io/js:build: [16:56:12.802] @typebot.io/js:build:  [16:56:12.803] @typebot.io/js:build: ./src/index.ts → dist/index.js... [16:56:17.547] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'Plan'. [16:56:17.547] @typebot.io/js:build: ../../prisma/index.ts: (5:3) [16:56:17.547] @typebot.io/js:build:  [16:56:17.547] @typebot.io/js:build: 5 Plan, [16:56:17.547] @typebot.io/js:build:    ~~~~ [16:56:17.547] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'WorkspaceRole'. [16:56:17.548] @typebot.io/js:build: ../../prisma/index.ts: (6:3) [16:56:17.548] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: 6 WorkspaceRole, [16:56:17.548] @typebot.io/js:build:    ~~~~~ [16:56:17.548] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'GraphNavigation'. [16:56:17.548] @typebot.io/js:build: ../../prisma/index.ts: (7:3) [16:56:17.548] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: 7 GraphNavigation, [16:56:17.548] @typebot.io/js:build:    ~~~ [16:56:17.548] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'CollaborationType'. [16:56:17.548] @typebot.io/js:build: ../../prisma/index.ts: (8:3) [16:56:17.548] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: 8 CollaborationType, [16:56:17.548] @typebot.io/js:build:    ~~~~~ [16:56:17.548] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Answer'. [16:56:17.548] @typebot.io/js:build: ../../schemas/features/answer.ts: (2:10) [16:56:17.548] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: 2 import { Answer as AnswerPrisma, Prisma } from '@typebot.io/prisma' [16:56:17.548] @typebot.io/js:build:    ~~ [16:56:17.548] @typebot.io/js:build:  [16:56:17.548] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2694: Namespace '"/vercel/path0/node_modules/.pnpm/@prisma+client@4.11.0_prisma@4.11.0/node_modules/.prisma/client/index".Prisma' has no exported member 'AnswerUncheckedUpdateInput'. [16:56:17.548] @typebot.io/js:build: ../../schemas/features/answer.ts: (26:32) [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: 26 ) satisfies z.ZodType [16:56:17.549] @typebot.io/js:build:    ~~~~~~ [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Credentials'. [16:56:17.549] @typebot.io/js:build: ../../schemas/features/blocks/baseSchemas.ts: (2:10) [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: 2 import { Credentials as CredentialsFromPrisma } from '@typebot.io/prisma' [16:56:17.549] @typebot.io/js:build:    ~~~ [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'PublicTypebot'. [16:56:17.549] @typebot.io/js:build: ../../schemas/features/publicTypebot.ts: (1:10) [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: 1 import { PublicTypebot as PrismaPublicTypebot } from '@typebot.io/prisma' [16:56:17.549] @typebot.io/js:build:    ~~~~~ [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Result'. [16:56:17.549] @typebot.io/js:build: ../../schemas/features/result.ts: (5:10) [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [16:56:17.549] @typebot.io/js:build:    ~~ [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Log'. [16:56:17.549] @typebot.io/js:build: ../../schemas/features/result.ts: (5:34) [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [16:56:17.549] @typebot.io/js:build:    ~~~ [16:56:17.549] @typebot.io/js:build:  [16:56:17.549] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Typebot'. [16:56:17.550] @typebot.io/js:build: ../../schemas/features/typebot/typebot.ts: (5:10) [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: 5 import { Typebot as TypebotPrisma } from '@typebot.io/prisma' [16:56:17.550] @typebot.io/js:build:    ~~~ [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Webhook'. [16:56:17.550] @typebot.io/js:build: ../../schemas/features/webhooks.ts: (1:10) [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: 1 import { Webhook as WebhookFromPrisma } from '@typebot.io/prisma' [16:56:17.550] @typebot.io/js:build:    ~~~ [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Workspace'. [16:56:17.550] @typebot.io/js:build: ../../schemas/features/workspace.ts: (3:3) [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: 3 Workspace as WorkspacePrisma, [16:56:17.550] @typebot.io/js:build:    ~~~~~ [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'MemberInWorkspace'. [16:56:17.550] @typebot.io/js:build: ../../schemas/features/workspace.ts: (5:3) [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: 5 MemberInWorkspace as MemberInWorkspacePrisma, [16:56:17.550] @typebot.io/js:build:    ~~~~~ [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'User'. [16:56:17.550] @typebot.io/js:build: ../../schemas/features/workspace.ts: (7:3) [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: 7 User as UserPrisma, [16:56:17.550] @typebot.io/js:build:    ~~~~ [16:56:17.550] @typebot.io/js:build:  [16:56:17.550] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'WorkspaceInvitation'. [16:56:17.551] @typebot.io/js:build: ../../schemas/features/workspace.ts: (8:3) [16:56:17.551] @typebot.io/js:build:  [16:56:17.551] @typebot.io/js:build: 8 WorkspaceInvitation as WorkspaceInvitationPrisma, [16:56:17.551] @typebot.io/js:build:    ~~~~~~~ [16:56:17.551] @typebot.io/js:build:  [16:56:17.551] @typebot.io/js:build: created dist/index.js in 4.7s [16:56:17.551] @typebot.io/js:build:  [16:56:17.551] @typebot.io/js:build: ./src/web.ts → dist/web.js... [16:56:24.542] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'Plan'. [16:56:24.543] @typebot.io/js:build: ../../prisma/index.ts: (5:3) [16:56:24.543] @typebot.io/js:build:  [16:56:24.543] @typebot.io/js:build: 5 Plan, [16:56:24.543] @typebot.io/js:build:    ~~~~ [16:56:24.543] @typebot.io/js:build:  [16:56:24.543] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'WorkspaceRole'. [16:56:24.543] @typebot.io/js:build: ../../prisma/index.ts: (6:3) [16:56:24.543] @typebot.io/js:build:  [16:56:24.543] @typebot.io/js:build: 6 WorkspaceRole, [16:56:24.543] @typebot.io/js:build:    ~~~~~ [16:56:24.543] @typebot.io/js:build:  [16:56:24.543] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'GraphNavigation'. [16:56:24.543] @typebot.io/js:build: ../../prisma/index.ts: (7:3) [16:56:24.544] @typebot.io/js:build:  [16:56:24.544] @typebot.io/js:build: 7 GraphNavigation, [16:56:24.544] @typebot.io/js:build:    ~~~ [16:56:24.544] @typebot.io/js:build:  [16:56:24.544] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'CollaborationType'. [16:56:24.544] @typebot.io/js:build: ../../prisma/index.ts: (8:3) [16:56:24.544] @typebot.io/js:build:  [16:56:24.544] @typebot.io/js:build: 8 CollaborationType, [16:56:24.544] @typebot.io/js:build:    ~~~~~ [16:56:24.544] @typebot.io/js:build:  [16:56:24.544] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Answer'. [16:56:24.544] @typebot.io/js:build: ../../schemas/features/answer.ts: (2:10) [16:56:24.544] @typebot.io/js:build:  [16:56:24.544] @typebot.io/js:build: 2 import { Answer as AnswerPrisma, Prisma } from '@typebot.io/prisma' [16:56:24.544] @typebot.io/js:build:    ~~ [16:56:24.544] @typebot.io/js:build:  [16:56:24.544] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2694: Namespace '"/vercel/path0/node_modules/.pnpm/@prisma+client@4.11.0_prisma@4.11.0/node_modules/.prisma/client/index".Prisma' has no exported member 'AnswerUncheckedUpdateInput'. [16:56:24.544] @typebot.io/js:build: ../../schemas/features/answer.ts: (26:32) [16:56:24.544] @typebot.io/js:build:  [16:56:24.544] @typebot.io/js:build: 26 ) satisfies z.ZodType [16:56:24.545] @typebot.io/js:build:    ~~~~~~ [16:56:24.545] @typebot.io/js:build:  [16:56:24.545] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Credentials'. [16:56:24.545] @typebot.io/js:build: ../../schemas/features/blocks/baseSchemas.ts: (2:10) [16:56:24.545] @typebot.io/js:build:  [16:56:24.546] @typebot.io/js:build: 2 import { Credentials as CredentialsFromPrisma } from '@typebot.io/prisma' [16:56:24.546] @typebot.io/js:build:    ~~~ [16:56:24.546] @typebot.io/js:build:  [16:56:24.546] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'PublicTypebot'. [16:56:24.546] @typebot.io/js:build: ../../schemas/features/publicTypebot.ts: (1:10) [16:56:24.546] @typebot.io/js:build:  [16:56:24.546] @typebot.io/js:build: 1 import { PublicTypebot as PrismaPublicTypebot } from '@typebot.io/prisma' [16:56:24.546] @typebot.io/js:build:    ~~~~~ [16:56:24.547] @typebot.io/js:build:  [16:56:24.547] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Result'. [16:56:24.547] @typebot.io/js:build: ../../schemas/features/result.ts: (5:10) [16:56:24.547] @typebot.io/js:build:  [16:56:24.547] @typebot.io/js:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [16:56:24.547] @typebot.io/js:build:    ~~ [16:56:24.547] @typebot.io/js:build:  [16:56:24.547] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Log'. [16:56:24.547] @typebot.io/js:build: ../../schemas/features/result.ts: (5:34) [16:56:24.547] @typebot.io/js:build:  [16:56:24.547] @typebot.io/js:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [16:56:24.547] @typebot.io/js:build:    ~~~ [16:56:24.547] @typebot.io/js:build:  [16:56:24.547] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Typebot'. [16:56:24.547] @typebot.io/js:build: ../../schemas/features/typebot/typebot.ts: (5:10) [16:56:24.547] @typebot.io/js:build:  [16:56:24.547] @typebot.io/js:build: 5 import { Typebot as TypebotPrisma } from '@typebot.io/prisma' [16:56:24.547] @typebot.io/js:build:    ~~~ [16:56:24.547] @typebot.io/js:build:  [16:56:24.547] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Webhook'. [16:56:24.548] @typebot.io/js:build: ../../schemas/features/webhooks.ts: (1:10) [16:56:24.548] @typebot.io/js:build:  [16:56:24.548] @typebot.io/js:build: 1 import { Webhook as WebhookFromPrisma } from '@typebot.io/prisma' [16:56:24.548] @typebot.io/js:build:    ~~~ [16:56:24.548] @typebot.io/js:build:  [16:56:24.548] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Workspace'. [16:56:24.548] @typebot.io/js:build: ../../schemas/features/workspace.ts: (3:3) [16:56:24.548] @typebot.io/js:build:  [16:56:24.548] @typebot.io/js:build: 3 Workspace as WorkspacePrisma, [16:56:24.548] @typebot.io/js:build:    ~~~~~ [16:56:24.548] @typebot.io/js:build:  [16:56:24.548] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'MemberInWorkspace'. [16:56:24.548] @typebot.io/js:build: ../../schemas/features/workspace.ts: (5:3) [16:56:24.548] @typebot.io/js:build:  [16:56:24.548] @typebot.io/js:build: 5 MemberInWorkspace as MemberInWorkspacePrisma, [16:56:24.548] @typebot.io/js:build:    ~~~~~ [16:56:24.548] @typebot.io/js:build:  [16:56:24.548] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'User'. [16:56:24.548] @typebot.io/js:build: ../../schemas/features/workspace.ts: (7:3) [16:56:24.548] @typebot.io/js:build:  [16:56:24.548] @typebot.io/js:build: 7 User as UserPrisma, [16:56:24.549] @typebot.io/js:build:    ~~~~ [16:56:24.549] @typebot.io/js:build:  [16:56:24.549] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'WorkspaceInvitation'. [16:56:24.549] @typebot.io/js:build: ../../schemas/features/workspace.ts: (8:3) [16:56:24.549] @typebot.io/js:build:  [16:56:24.549] @typebot.io/js:build: 8 WorkspaceInvitation as WorkspaceInvitationPrisma, [16:56:24.549] @typebot.io/js:build:    ~~~~~~~ [16:56:24.549] @typebot.io/js:build:  [16:56:24.549] @typebot.io/js:build: created dist/web.js in 6.9s [16:56:24.587] @typebot.io/react:build: cache bypass, force executing d4894e2110fd0fb3 [16:56:25.046] @typebot.io/react:build:  WARN  Issue while reading "/vercel/path0/packages/embeds/react/.npmrc". Failed to replace env in config: ${NPM_TOKEN} [16:56:25.057] @typebot.io/react:build: [16:56:25.057] @typebot.io/react:build: > @typebot.io/react@0.0.30 build /vercel/path0/packages/embeds/react [16:56:25.057] @typebot.io/react:build: > rollup --config rollup.config.js [16:56:25.057] @typebot.io/react:build: [16:56:25.708] @typebot.io/react:build:  [16:56:25.709] @typebot.io/react:build: ./src/index.ts → ./dist/index.js... [16:56:29.442] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'Plan'. [16:56:29.442] @typebot.io/react:build: ../../prisma/index.ts: (5:3) [16:56:29.442] @typebot.io/react:build:  [16:56:29.442] @typebot.io/react:build: 5 Plan, [16:56:29.442] @typebot.io/react:build:    ~~~~ [16:56:29.442] @typebot.io/react:build:  [16:56:29.442] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'WorkspaceRole'. [16:56:29.443] @typebot.io/react:build: ../../prisma/index.ts: (6:3) [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: 6 WorkspaceRole, [16:56:29.443] @typebot.io/react:build:    ~~~~~ [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'GraphNavigation'. [16:56:29.443] @typebot.io/react:build: ../../prisma/index.ts: (7:3) [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: 7 GraphNavigation, [16:56:29.443] @typebot.io/react:build:    ~~~ [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'CollaborationType'. [16:56:29.443] @typebot.io/react:build: ../../prisma/index.ts: (8:3) [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: 8 CollaborationType, [16:56:29.443] @typebot.io/react:build:    ~~~~~ [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Answer'. [16:56:29.443] @typebot.io/react:build: ../../schemas/features/answer.ts: (2:10) [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: 2 import { Answer as AnswerPrisma, Prisma } from '@typebot.io/prisma' [16:56:29.443] @typebot.io/react:build:    ~~ [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2694: Namespace '"/vercel/path0/node_modules/.pnpm/@prisma+client@4.11.0_prisma@4.11.0/node_modules/.prisma/client/index".Prisma' has no exported member 'AnswerUncheckedUpdateInput'. [16:56:29.443] @typebot.io/react:build: ../../schemas/features/answer.ts: (26:32) [16:56:29.443] @typebot.io/react:build:  [16:56:29.443] @typebot.io/react:build: 26 ) satisfies z.ZodType [16:56:29.443] @typebot.io/react:build:    ~~~~~~ [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Credentials'. [16:56:29.444] @typebot.io/react:build: ../../schemas/features/blocks/baseSchemas.ts: (2:10) [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: 2 import { Credentials as CredentialsFromPrisma } from '@typebot.io/prisma' [16:56:29.444] @typebot.io/react:build:    ~~~ [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'PublicTypebot'. [16:56:29.444] @typebot.io/react:build: ../../schemas/features/publicTypebot.ts: (1:10) [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: 1 import { PublicTypebot as PrismaPublicTypebot } from '@typebot.io/prisma' [16:56:29.444] @typebot.io/react:build:    ~~~~~ [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Result'. [16:56:29.444] @typebot.io/react:build: ../../schemas/features/result.ts: (5:10) [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [16:56:29.444] @typebot.io/react:build:    ~~ [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Log'. [16:56:29.444] @typebot.io/react:build: ../../schemas/features/result.ts: (5:34) [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [16:56:29.444] @typebot.io/react:build:    ~~~ [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Typebot'. [16:56:29.444] @typebot.io/react:build: ../../schemas/features/typebot/typebot.ts: (5:10) [16:56:29.444] @typebot.io/react:build:  [16:56:29.444] @typebot.io/react:build: 5 import { Typebot as TypebotPrisma } from '@typebot.io/prisma' [16:56:29.444] @typebot.io/react:build:    ~~~ [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Webhook'. [16:56:29.445] @typebot.io/react:build: ../../schemas/features/webhooks.ts: (1:10) [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: 1 import { Webhook as WebhookFromPrisma } from '@typebot.io/prisma' [16:56:29.445] @typebot.io/react:build:    ~~~ [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Workspace'. [16:56:29.445] @typebot.io/react:build: ../../schemas/features/workspace.ts: (3:3) [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: 3 Workspace as WorkspacePrisma, [16:56:29.445] @typebot.io/react:build:    ~~~~~ [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'MemberInWorkspace'. [16:56:29.445] @typebot.io/react:build: ../../schemas/features/workspace.ts: (5:3) [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: 5 MemberInWorkspace as MemberInWorkspacePrisma, [16:56:29.445] @typebot.io/react:build:    ~~~~~ [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'User'. [16:56:29.445] @typebot.io/react:build: ../../schemas/features/workspace.ts: (7:3) [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: 7 User as UserPrisma, [16:56:29.445] @typebot.io/react:build:    ~~~~ [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'WorkspaceInvitation'. [16:56:29.445] @typebot.io/react:build: ../../schemas/features/workspace.ts: (8:3) [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: 8 WorkspaceInvitation as WorkspaceInvitationPrisma, [16:56:29.445] @typebot.io/react:build:    ~~~~~~~ [16:56:29.445] @typebot.io/react:build:  [16:56:29.445] @typebot.io/react:build: (!) Unresolved dependencies [16:56:29.445] @typebot.io/react:build: https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency [16:56:29.445] @typebot.io/react:build: @typebot.io/js/dist/web (imported by "src/Standard.tsx", "src/Popup.tsx" and "src/Bubble.tsx") [16:56:29.445] @typebot.io/react:build: created ./dist/index.js in 3.7s [16:56:29.476] builder:build: cache bypass, force executing 9863e12d2570ac84 [16:56:29.930] builder:build: [16:56:29.930] builder:build: > builder@0.1.0 build /vercel/path0/apps/builder [16:56:29.931] builder:build: > cross-env ENVSH_ENV=.env.local bash ../../scripts/env.sh next build [16:56:29.931] builder:build: [16:56:29.990] builder:build: env.sh loaded [16:56:29.994] builder:build: Matched inline env: [16:56:29.994] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_AUTHOR_NAME=Baptiste Arnaud [16:56:29.994] builder:build: NEXT_PUBLIC_VERCEL_GIT_REPO_SLUG=typebot.io [16:56:29.994] builder:build: NEXT_PUBLIC_VERCEL_GIT_PULL_REQUEST_ID= [16:56:29.994] builder:build: NEXT_PUBLIC_VIEWER_URL=XXX [16:56:29.994] builder:build: NEXT_PUBLIC_VERCEL_ENV=production [16:56:29.994] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_MESSAGE=:adhesive_bandage: (js) Move data-blockid to the right element [16:56:29.994] builder:build: NEXT_PUBLIC_VERCEL_GIT_PROVIDER=github [16:56:29.995] builder:build: NEXT_PUBLIC_VERCEL_GIT_REPO_ID=617997214 [16:56:29.995] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA=5090badfa985c681c172484a7fd4514c097e077f [16:56:29.995] builder:build: NEXT_PUBLIC_VERCEL_GIT_REPO_OWNER=seabysalt [16:56:29.995] builder:build: NEXT_PUBLIC_VERCEL_URL=typebot-builder-7g7d3mc5k-tech-nesoma.vercel.app [16:56:29.995] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_AUTHOR_LOGIN=baptisteArno [16:56:29.995] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_REF=main [16:56:29.995] builder:build: TURBO_CI_VENDOR_ENV_KEY=NEXT_PUBLICVERCEL [16:56:29.995] builder:build: NEXT_PUBLIC_VERCEL_GIT_PREVIOUS_SHA= [16:56:29.996] builder:build: .env.local does not exist [16:56:30.489] builder:build: warn - You have enabled experimental feature (outputFileTracingRoot) in next.config.js. [16:56:30.489] builder:build: warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk. [16:56:30.489] builder:build: [16:56:30.510] builder:build: Attention: Next.js now collects completely anonymous telemetry regarding usage. [16:56:30.510] builder:build: This information is used to shape Next.js' roadmap and prioritize features. [16:56:30.511] builder:build: You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: [16:56:30.511] builder:build: https://nextjs.org/telemetry [16:56:30.511] builder:build: [16:56:30.627] builder:build: info - Linting and checking validity of types... [16:57:03.239] builder:build: Failed to compile. [16:57:03.239] builder:build: [16:57:03.239] builder:build: ./src/features/account/UserProvider.tsx:5:10 [16:57:03.239] builder:build: Type error: Module '"@typebot.io/prisma"' has no exported member 'User'. [16:57:03.239] builder:build: [16:57:03.239] builder:build:   3 | import { createContext, ReactNode, useEffect, useState } from 'react' [16:57:03.239] builder:build:   4 | import { env, isDefined, isNotDefined } from '@typebot.io/lib' [16:57:03.239] builder:build: > 5 | import { User } from '@typebot.io/prisma' [16:57:03.239] builder:build:   |  ^ [16:57:03.239] builder:build:   6 | import { setUser as setSentryUser } from '@sentry/nextjs' [16:57:03.239] builder:build:   7 | import { useToast } from '@/hooks/useToast' [16:57:03.239] builder:build:   8 | import { updateUserQuery } from './queries/updateUserQuery' [16:57:03.336] builder:build:  ELIFECYCLE  Command failed with exit code 1. [16:57:03.349] builder:build: ERROR: command finished with error: command (/vercel/path0/apps/builder) pnpm run build exited (1) [16:57:03.349] command (/vercel/path0/apps/builder) pnpm run build exited (1) [16:57:03.349] ERROR run failed: command exited (1) [16:57:03.350] [16:57:03.350] Tasks: 3 successful, 4 total [16:57:03.350] Cached: 0 cached, 4 total [16:57:03.350] Time: 53.012s [16:57:03.350] [16:57:03.354]  ELIFECYCLE  Command failed with exit code 1. [16:57:03.381] Error: Command "cd ../.. && pnpm prisma generate && pnpm build:builder && pnpm db:migrate" exited with 1 [16:57:03.792] BUILD_UTILS_SPAWN_1: Command "cd ../.. && pnpm prisma generate && pnpm build:builder && pnpm db:migrate" exited with 1

baptisteArno commented 1 year ago

Oh yes the command is outdated.

Can you try this command for the builder and try again?

cd ../.. && pnpm build:builder && pnpm db:migrate
shoeferlin commented 1 year ago

Unfortunately the same result:

Build Failed Command "cd ../.. && pnpm build:builder && pnpm db:migrate" exited with 1

[17:26:13.914] Running build in Cleveland, USA (East) – cle1 [17:26:13.969] Cloning github.com/seabysalt/typebot.io (Branch: main, Commit: 5090bad) [17:26:13.976] Skipping build cache, deployment was triggered without cache. [17:26:16.544] Cloning completed: 2.574s [17:26:17.068] Running "vercel build" [17:26:17.510] Vercel CLI 28.18.2 [17:26:17.643] > Detected Turbo. Adjusting default settings... [17:26:17.997] Detected pnpm-lock.yaml version 5.4 generated by pnpm 7... [17:26:18.002] Running "install" command: pnpm install... [17:26:18.586] Scope: all 17 workspace projects [17:26:18.867] ../.. | Progress: resolved 1, reused 0, downloaded 0, added 0 [17:26:19.311] ../.. | +2294 ++++++++++++++++++++++++++++ [17:26:19.874] ../.. | Progress: resolved 2294, reused 0, downloaded 11, added 0 [17:26:19.919] Packages are hard linked from the content-addressable store to the virtual store. [17:26:19.920] Content-addressable store is at: /vercel/.local/share/pnpm/store/v3 [17:26:19.920] Virtual store is at: ../../node_modules/.pnpm [17:26:20.878] ../.. | Progress: resolved 2294, reused 0, downloaded 79, added 76 [17:26:21.878] ../.. | Progress: resolved 2294, reused 0, downloaded 132, added 134 [17:26:22.894] ../.. | Progress: resolved 2294, reused 0, downloaded 225, added 220 [17:26:23.899] ../.. | Progress: resolved 2294, reused 0, downloaded 334, added 332 [17:26:24.900] ../.. | Progress: resolved 2294, reused 0, downloaded 403, added 400 [17:26:25.902] ../.. | Progress: resolved 2294, reused 0, downloaded 467, added 466 [17:26:26.907] ../.. | Progress: resolved 2294, reused 0, downloaded 506, added 511 [17:26:27.945] ../.. | Progress: resolved 2294, reused 0, downloaded 566, added 574 [17:26:28.926] ../.. | Progress: resolved 2294, reused 0, downloaded 635, added 640 [17:26:29.945] ../.. | Progress: resolved 2294, reused 0, downloaded 766, added 770 [17:26:30.941] ../.. | Progress: resolved 2294, reused 0, downloaded 841, added 843 [17:26:31.947] ../.. | Progress: resolved 2294, reused 0, downloaded 959, added 967 [17:26:32.949] ../.. | Progress: resolved 2294, reused 0, downloaded 1040, added 1045 [17:26:33.956] ../.. | Progress: resolved 2294, reused 0, downloaded 1111, added 1118 [17:26:34.967] ../.. | Progress: resolved 2294, reused 0, downloaded 1163, added 1170 [17:26:35.972] ../.. | Progress: resolved 2294, reused 0, downloaded 1287, added 1292 [17:26:36.973] ../.. | Progress: resolved 2294, reused 0, downloaded 1388, added 1394 [17:26:37.977] ../.. | Progress: resolved 2294, reused 0, downloaded 1477, added 1480 [17:26:38.990] ../.. | Progress: resolved 2294, reused 0, downloaded 1525, added 1532 [17:26:39.994] ../.. | Progress: resolved 2294, reused 0, downloaded 1563, added 1573 [17:26:40.995] ../.. | Progress: resolved 2294, reused 0, downloaded 1617, added 1625 [17:26:41.996] ../.. | Progress: resolved 2294, reused 0, downloaded 1666, added 1674 [17:26:43.005] ../.. | Progress: resolved 2294, reused 0, downloaded 1690, added 1699 [17:26:44.006] ../.. | Progress: resolved 2294, reused 0, downloaded 1714, added 1726 [17:26:45.013] ../.. | Progress: resolved 2294, reused 0, downloaded 1720, added 1731 [17:26:46.021] ../.. | Progress: resolved 2294, reused 0, downloaded 1733, added 1745 [17:26:47.038] ../.. | Progress: resolved 2294, reused 0, downloaded 1767, added 1780 [17:26:48.040] ../.. | Progress: resolved 2294, reused 0, downloaded 1829, added 1843 [17:26:49.099] ../.. | Progress: resolved 2294, reused 0, downloaded 1910, added 1925 [17:26:50.100] ../.. | Progress: resolved 2294, reused 0, downloaded 1938, added 1949 [17:26:51.136] ../.. | Progress: resolved 2294, reused 0, downloaded 1991, added 2004 [17:26:52.136] ../.. | Progress: resolved 2294, reused 0, downloaded 2029, added 2044 [17:26:53.140] ../.. | Progress: resolved 2294, reused 0, downloaded 2060, added 2074 [17:26:54.142] ../.. | Progress: resolved 2294, reused 0, downloaded 2093, added 2109 [17:26:55.146] ../.. | Progress: resolved 2294, reused 0, downloaded 2132, added 2147 [17:26:56.180] ../.. | Progress: resolved 2294, reused 0, downloaded 2162, added 2176 [17:26:57.181] ../.. | Progress: resolved 2294, reused 0, downloaded 2231, added 2247 [17:26:58.181] ../.. | Progress: resolved 2294, reused 0, downloaded 2271, added 2287 [17:26:59.188] ../.. | Progress: resolved 2294, reused 0, downloaded 2274, added 2290 [17:27:00.189] ../.. | Progress: resolved 2294, reused 0, downloaded 2278, added 2292 [17:27:01.272] ../.. | Progress: resolved 2294, reused 0, downloaded 2278, added 2294, done [17:27:02.051] .../node_modules/@prisma/engines postinstall$ node scripts/postinstall.js [17:27:02.051] .../node_modules/core-js-pure postinstall$ node -e "try{require('./postinstall')}catch(e){}" [17:27:02.052] .../core-js@3.29.1/node_modules/core-js postinstall$ node -e "try{require('./postinstall')}catch(e){}" [17:27:02.117] .../node_modules/@sentry/cli install$ node ./scripts/install.js [17:27:02.118] .../node_modules/postman-code-generators postinstall$ node npm/deepinstall.js [17:27:02.166] .../node_modules/core-js-pure postinstall: Done [17:27:02.241] .../core-js@3.29.1/node_modules/core-js postinstall: Done [17:27:02.357] .../node_modules/@sentry/cli install: [sentry-cli] Downloading from https://downloads.sentry-cdn.com/sentry-cli/1.75.0/sentry-cli-Linux-x86_64 [17:27:02.376] .../node_modules/postman-code-generators postinstall: Running pre-package script [17:27:02.508] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 1% [17:27:02.508] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 2% [17:27:02.509] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 3% [17:27:02.509] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 4% [17:27:02.509] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 5% [17:27:02.509] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 6% [17:27:02.509] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 7% [17:27:02.510] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 8% [17:27:02.510] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 9% [17:27:02.510] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 10% [17:27:02.510] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 11% [17:27:02.510] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 12% [17:27:02.510] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 13% [17:27:02.510] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 14% [17:27:02.511] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 15% [17:27:02.511] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 16% [17:27:02.511] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 17% [17:27:02.511] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 18% [17:27:02.511] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 19% [17:27:02.574] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 20% [17:27:02.574] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 21% [17:27:02.574] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 22% [17:27:02.574] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 23% [17:27:02.574] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 24% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 25% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 26% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 27% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 28% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 29% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 30% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 31% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 32% [17:27:02.575] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 33% [17:27:02.576] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 34% [17:27:02.576] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 35% [17:27:02.577] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 36% [17:27:02.578] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 37% [17:27:02.578] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 38% [17:27:02.578] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 39% [17:27:02.578] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 40% [17:27:02.578] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 41% [17:27:02.578] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 42% [17:27:02.595] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 43% [17:27:02.596] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 44% [17:27:02.597] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 45% [17:27:02.597] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 46% [17:27:02.597] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 47% [17:27:02.597] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 48% [17:27:02.597] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 49% [17:27:02.597] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 50% [17:27:02.597] .../node_modules/postman-code-generators postinstall: Run successful languages.js saved in lib/assets [17:27:02.597] .../node_modules/postman-code-generators postinstall: csharp-httpclient: npm install --no-audit --production [17:27:02.610] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 51% [17:27:02.610] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 52% [17:27:02.616] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 53% [17:27:02.616] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 54% [17:27:02.617] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 55% [17:27:02.625] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 56% [17:27:02.629] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 57% [17:27:02.632] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 58% [17:27:02.634] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 59% [17:27:02.635] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 60% [17:27:02.645] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 61% [17:27:02.648] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 62% [17:27:02.650] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 63% [17:27:02.651] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 64% [17:27:02.653] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 65% [17:27:02.657] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 66% [17:27:02.665] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 67% [17:27:02.666] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 68% [17:27:02.666] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 69% [17:27:02.667] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 70% [17:27:02.686] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 71% [17:27:02.687] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 72% [17:27:02.688] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 73% [17:27:02.688] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 74% [17:27:02.689] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 75% [17:27:02.699] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 76% [17:27:02.720] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 77% [17:27:02.724] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 78% [17:27:02.728] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 79% [17:27:02.729] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 80% [17:27:02.737] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 81% [17:27:02.742] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 82% [17:27:02.746] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 83% [17:27:02.750] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 84% [17:27:02.754] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 85% [17:27:02.768] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 86% [17:27:02.768] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 87% [17:27:02.768] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 88% [17:27:02.770] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 89% [17:27:02.778] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 90% [17:27:02.780] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 91% [17:27:02.787] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 92% [17:27:02.788] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 93% [17:27:02.793] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 94% [17:27:02.798] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 95% [17:27:02.804] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 96% [17:27:02.810] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 97% [17:27:02.815] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 98% [17:27:02.821] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 99% [17:27:02.827] .../node_modules/@sentry/cli install: fetching sentry-cli-Linux-x86_64 100% [17:27:02.990] .../node_modules/@sentry/cli install: [sentry-cli] Checksum validation passed. [17:27:03.148] .../node_modules/@sentry/cli install: Done [17:27:03.305] .../node_modules/postman-code-generators postinstall: up to date in 216ms [17:27:03.306] .../node_modules/postman-code-generators postinstall: csharp-restsharp: npm install --no-audit --production [17:27:03.753] .../node_modules/@prisma/engines postinstall: Done [17:27:03.972] .../node_modules/postman-code-generators postinstall: up to date in 175ms [17:27:03.980] .../node_modules/postman-code-generators postinstall: curl: npm install --no-audit --production [17:27:04.414] .../node_modules/postman-code-generators postinstall: up to date in 128ms [17:27:04.414] .../node_modules/postman-code-generators postinstall: dart-http: npm install --no-audit --production [17:27:04.864] .../node_modules/postman-code-generators postinstall: up to date in 128ms [17:27:04.864] .../node_modules/postman-code-generators postinstall: golang: npm install --no-audit --production [17:27:05.306] .../node_modules/postman-code-generators postinstall: up to date in 124ms [17:27:05.306] .../node_modules/postman-code-generators postinstall: http: npm install --no-audit --production [17:27:12.118] .../node_modules/postman-code-generators postinstall: added 51 packages in 6s [17:27:12.119] .../node_modules/postman-code-generators postinstall: 4 packages are looking for funding [17:27:12.119] .../node_modules/postman-code-generators postinstall: run npm fund for details [17:27:12.119] .../node_modules/postman-code-generators postinstall: java-okhttp: npm install --no-audit --production [17:27:12.602] .../node_modules/postman-code-generators postinstall: up to date in 146ms [17:27:12.602] .../node_modules/postman-code-generators postinstall: java-unirest: npm install --no-audit --production [17:27:13.068] .../node_modules/postman-code-generators postinstall: up to date in 131ms [17:27:13.068] .../node_modules/postman-code-generators postinstall: js-fetch: npm install --no-audit --production [17:27:13.852] .../node_modules/postman-code-generators postinstall: up to date in 441ms [17:27:13.852] .../node_modules/postman-code-generators postinstall: js-jquery: npm install --no-audit --production [17:27:14.309] .../node_modules/postman-code-generators postinstall: up to date in 123ms [17:27:14.309] .../node_modules/postman-code-generators postinstall: js-xhr: npm install --no-audit --production [17:27:15.015] .../node_modules/postman-code-generators postinstall: up to date in 373ms [17:27:15.016] .../node_modules/postman-code-generators postinstall: kotlin-okhttp: npm install --no-audit --production [17:27:15.850] .../node_modules/postman-code-generators postinstall: added 1 package in 494ms [17:27:15.851] .../node_modules/postman-code-generators postinstall: libcurl: npm install --no-audit --production [17:27:16.333] .../node_modules/postman-code-generators postinstall: up to date in 123ms [17:27:16.333] .../node_modules/postman-code-generators postinstall: nodejs-axios: npm install --no-audit --production [17:27:17.235] .../node_modules/postman-code-generators postinstall: added 1 package in 576ms [17:27:17.235] .../node_modules/postman-code-generators postinstall: nodejs-native: npm install --no-audit --production [17:27:19.664] .../node_modules/postman-code-generators postinstall: added 53 packages in 2s [17:27:19.664] .../node_modules/postman-code-generators postinstall: 4 packages are looking for funding [17:27:19.664] .../node_modules/postman-code-generators postinstall: run npm fund for details [17:27:19.664] .../node_modules/postman-code-generators postinstall: nodejs-request: npm install --no-audit --production [17:27:20.816] .../node_modules/postman-code-generators postinstall: up to date in 820ms [17:27:20.817] .../node_modules/postman-code-generators postinstall: nodejs-unirest: npm install --no-audit --production [17:27:21.696] .../node_modules/postman-code-generators postinstall: up to date in 556ms [17:27:21.696] .../node_modules/postman-code-generators postinstall: objective-c: npm install --no-audit --production [17:27:22.158] .../node_modules/postman-code-generators postinstall: up to date in 127ms [17:27:22.158] .../node_modules/postman-code-generators postinstall: ocaml-cohttp: npm install --no-audit --production [17:27:22.608] .../node_modules/postman-code-generators postinstall: up to date in 123ms [17:27:22.608] .../node_modules/postman-code-generators postinstall: php-curl: npm install --no-audit --production [17:27:23.058] .../node_modules/postman-code-generators postinstall: up to date in 125ms [17:27:23.058] .../node_modules/postman-code-generators postinstall: php-guzzle: npm install --no-audit --production [17:27:23.508] .../node_modules/postman-code-generators postinstall: up to date in 125ms [17:27:23.508] .../node_modules/postman-code-generators postinstall: php-httprequest2: npm install --no-audit --production [17:27:23.963] .../node_modules/postman-code-generators postinstall: up to date in 131ms [17:27:23.964] .../node_modules/postman-code-generators postinstall: php-pecl-http: npm install --no-audit --production [17:27:24.411] .../node_modules/postman-code-generators postinstall: up to date in 124ms [17:27:24.411] .../node_modules/postman-code-generators postinstall: powershell-restmethod: npm install --no-audit --production [17:27:25.343] .../node_modules/postman-code-generators postinstall: up to date in 606ms [17:27:25.344] .../node_modules/postman-code-generators postinstall: python-http.client: npm install --no-audit --production [17:27:30.539] .../node_modules/postman-code-generators postinstall: added 51 packages in 5s [17:27:30.539] .../node_modules/postman-code-generators postinstall: 4 packages are looking for funding [17:27:30.540] .../node_modules/postman-code-generators postinstall: run npm fund for details [17:27:30.540] .../node_modules/postman-code-generators postinstall: python-requests: npm install --no-audit --production [17:27:31.013] .../node_modules/postman-code-generators postinstall: up to date in 149ms [17:27:31.013] .../node_modules/postman-code-generators postinstall: r-httr: npm install --no-audit --production [17:27:31.480] .../node_modules/postman-code-generators postinstall: up to date in 128ms [17:27:31.480] .../node_modules/postman-code-generators postinstall: r-rcurl: npm install --no-audit --production [17:27:31.939] .../node_modules/postman-code-generators postinstall: up to date in 127ms [17:27:31.940] .../node_modules/postman-code-generators postinstall: ruby: npm install --no-audit --production [17:27:32.404] .../node_modules/postman-code-generators postinstall: up to date in 127ms [17:27:32.404] .../node_modules/postman-code-generators postinstall: shell-httpie: npm install --no-audit --production [17:27:32.854] .../node_modules/postman-code-generators postinstall: up to date in 124ms [17:27:32.855] .../node_modules/postman-code-generators postinstall: shell-wget: npm install --no-audit --production [17:27:33.305] .../node_modules/postman-code-generators postinstall: up to date in 124ms [17:27:33.305] .../node_modules/postman-code-generators postinstall: swift: npm install --no-audit --production [17:27:33.756] .../node_modules/postman-code-generators postinstall: up to date in 129ms [17:27:33.761] .../node_modules/postman-code-generators postinstall: Done [17:27:36.420] .../esbuild@0.15.18/node_modules/esbuild postinstall$ node install.js [17:27:36.421] .../.pnpm/turbo@1.8.3/node_modules/turbo postinstall$ node install.js [17:27:36.422] .../esbuild@0.17.12/node_modules/esbuild postinstall$ node install.js [17:27:36.529] .../esbuild@0.15.18/node_modules/esbuild postinstall: Done [17:27:36.557] .../.pnpm/turbo@1.8.3/node_modules/turbo postinstall: Done [17:27:36.562] .../prisma@4.11.0/node_modules/prisma preinstall$ node scripts/preinstall-entry.js [17:27:36.583] .../esbuild@0.17.12/node_modules/esbuild postinstall: Done [17:27:36.649] .../prisma@4.11.0/node_modules/prisma preinstall: Done [17:27:36.650] .../prisma@4.11.0/node_modules/prisma install$ node scripts/install-entry.js [17:27:36.771] .../prisma@4.11.0/node_modules/prisma install: Done [17:27:37.036] .../node_modules/@prisma/client postinstall$ node scripts/postinstall.js [17:27:37.854] .../node_modules/@prisma/client postinstall: prisma:warn The postinstall script automatically ran prisma generate and did not find your prisma/schema.prisma. [17:27:37.854] .../node_modules/@prisma/client postinstall: If you have a Prisma schema file in a custom path, you will need to run [17:27:37.855] .../node_modules/@prisma/client postinstall: prisma generate --schema=./path/to/your/schema.prisma to generate Prisma Client. [17:27:37.855] .../node_modules/@prisma/client postinstall: If you do not have a Prisma schema file yet, you can ignore this message. [17:27:37.882] .../node_modules/@prisma/client postinstall: Done [17:27:38.596] [17:27:38.596] dependencies: [17:27:38.596] + @chakra-ui/anatomy 2.1.1 [17:27:38.596] + @chakra-ui/css-reset 2.0.11 [17:27:38.596] + @chakra-ui/react 2.5.1 [17:27:38.596] + @chakra-ui/theme-tools 2.0.16 [17:27:38.596] + @dnd-kit/core 6.0.8 [17:27:38.596] + @dnd-kit/sortable 7.0.2 [17:27:38.596] + @dnd-kit/utilities 3.2.1 [17:27:38.596] + @emotion/react 11.10.6 [17:27:38.596] + @emotion/styled 11.10.6 [17:27:38.596] + @faire/mjml-react 3.1.2 [17:27:38.596] + @giphy/js-fetch-api 4.7.1 [17:27:38.596] + @giphy/js-types 4.4.0 [17:27:38.596] + @giphy/react-components 6.6.0 [17:27:38.596] + @googleapis/drive 5.0.0 [17:27:38.596] + @lezer/css 1.1.1 [17:27:38.596] + @paralleldrive/cuid2 2.2.0 [17:27:38.596] + @sentry/nextjs 7.44.1 [17:27:38.596] + @stripe/stripe-js 1.49.0 [17:27:38.596] + @tanstack/react-query 4.28.0 [17:27:38.597] + @tanstack/react-table 8.7.9 [17:27:38.597] + @trpc/client 10.16.0 [17:27:38.597] + @trpc/next 10.16.0 [17:27:38.597] + @trpc/react-query 10.16.0 [17:27:38.597] + @trpc/server 10.16.0 [17:27:38.597] + @typebot.io/emails 1.0.0 <- ../../packages/emails [17:27:38.597] + @typebot.io/js 0.0.30 <- ../../packages/embeds/js [17:27:38.597] + @typebot.io/next-international 0.3.8 [17:27:38.597] + @typebot.io/react 0.0.30 <- ../../packages/embeds/react [17:27:38.597] + @udecode/plate-basic-marks 20.4.0 [17:27:38.597] + @udecode/plate-common 20.4.0 [17:27:38.597] + @udecode/plate-core 20.4.0 [17:27:38.597] + @udecode/plate-link 20.4.0 [17:27:38.597] + @udecode/plate-serializer-html 20.4.0 [17:27:38.597] + @udecode/plate-ui-link 20.4.0 [17:27:38.597] + @udecode/plate-ui-toolbar 20.4.0 [17:27:38.597] + @uiw/codemirror-extensions-langs 4.19.9 [17:27:38.597] + @uiw/codemirror-theme-github 4.19.9 [17:27:38.597] + @uiw/codemirror-theme-tokyo-night 4.19.9 [17:27:38.597] + @uiw/react-codemirror 4.19.9 [17:27:38.597] + @use-gesture/react 10.2.24 [17:27:38.597] + aws-sdk 2.1334.0 [17:27:38.597] + browser-image-compression 2.0.2 [17:27:38.597] + canvas-confetti 1.6.0 [17:27:38.597] + codemirror 6.0.1 [17:27:38.597] + deep-object-diff 1.1.9 [17:27:38.597] + dequal 2.0.3 [17:27:38.597] + emojilib 3.0.8 [17:27:38.598] + focus-visible 5.2.0 [17:27:38.598] + framer-motion 10.3.0 [17:27:38.598] + google-auth-library 8.7.0 [17:27:38.598] + google-spreadsheet 3.3.0 [17:27:38.598] + got 12.6.0 [17:27:38.598] + htmlparser2 8.0.1 [17:27:38.598] + immer 9.0.19 [17:27:38.598] + js-video-url-parser 0.5.1 [17:27:38.598] + jsonwebtoken 9.0.0 [17:27:38.598] + micro 10.0.1 [17:27:38.598] + micro-cors 0.1.1 [17:27:38.598] + minio 7.0.32 [17:27:38.598] + next 13.2.4 [17:27:38.598] + next-auth 4.20.1 [17:27:38.598] + nextjs-cors 2.1.2 [17:27:38.598] + nodemailer 6.9.1 [17:27:38.598] + nprogress 0.2.0 [17:27:38.598] + papaparse 5.4.0 [17:27:38.598] + posthog-node 2.5.4 [17:27:38.598] + prettier 2.8.4 [17:27:38.598] + qs 6.11.1 [17:27:38.598] + react 18.2.0 [17:27:38.598] + react-dom 18.2.0 [17:27:38.598] + slate 0.91.4 [17:27:38.598] + slate-history 0.86.0 [17:27:38.598] + slate-hyperscript 0.77.0 [17:27:38.598] + slate-react 0.92.0 [17:27:38.598] + stripe 11.14.0 [17:27:38.598] + styled-components 5.3.9 [17:27:38.599] + svg-round-corners 0.4.1 [17:27:38.599] + swr 2.1.0 [17:27:38.599] + tinycolor2 1.6.0 [17:27:38.599] + trpc-openapi 1.1.2 [17:27:38.599] + use-debounce 9.0.3 [17:27:38.599] [17:27:38.599] devDependencies: [17:27:38.599] + @babel/core 7.21.0 [17:27:38.599] + @chakra-ui/styled-system 2.6.1 [17:27:38.599] + @playwright/test 1.31.2 [17:27:38.599] + @typebot.io/lib 1.0.0 <- ../../packages/lib [17:27:38.599] + @typebot.io/prisma 0.1.0 <- ../../packages/prisma [17:27:38.599] + @typebot.io/schemas 1.0.0 <- ../../packages/schemas [17:27:38.599] + @typebot.io/tsconfig 0.0.1 <- ../../packages/tsconfig [17:27:38.599] + @types/canvas-confetti 1.6.0 [17:27:38.599] + @types/google-spreadsheet 3.3.1 [17:27:38.599] + @types/jsonwebtoken 9.0.1 [17:27:38.599] + @types/micro-cors 0.1.3 [17:27:38.599] + @types/minio 7.0.17 [17:27:38.599] + @types/node 18.15.3 [17:27:38.599] + @types/nodemailer 6.4.7 [17:27:38.601] + @types/nprogress 0.2.0 [17:27:38.601] + @types/papaparse 5.3.7 [17:27:38.601] + @types/prettier 2.7.2 [17:27:38.601] + @types/qs 6.9.7 [17:27:38.601] + @types/react 18.0.28 [17:27:38.601] + @types/tinycolor2 1.4.3 [17:27:38.601] + dotenv 16.0.3 [17:27:38.601] + eslint 8.36.0 [17:27:38.601] + eslint-config-custom 0.0.1 <- ../../packages/eslint-config-custom [17:27:38.601] + superjson 1.12.2 [17:27:38.601] + typescript 4.9.5 [17:27:38.601] + zod 3.21.4 [17:27:38.601] [17:27:38.601] ../.. prepare$ husky install [17:27:38.678] ../.. prepare: husky - Git hooks installed [17:27:38.681] ../.. prepare: Done [17:27:38.684] Done in 1m 20.6s [17:27:38.724] Detected Next.js version: 13.2.4 [17:27:38.802] Running "cd ../.. && pnpm build:builder && pnpm db:migrate" [17:27:39.322] [17:27:39.322] > typebot-os@2.11.6 build:builder /vercel/path0 [17:27:39.322] > turbo run build --filter=builder... && turbo run build:env --filter=builder... [17:27:39.322] [17:27:39.899] • Packages in scope: @typebot.io/emails, @typebot.io/js, @typebot.io/lib, @typebot.io/prisma, @typebot.io/react, @typebot.io/schemas, @typebot.io/tsconfig, builder, eslint-config-custom [17:27:39.899] • Running build in 9 packages [17:27:39.899] • Remote caching enabled [17:27:39.899] @typebot.io/prisma:db:generate: cache bypass, force executing 9bb464a37e6e9fbe [17:27:40.415] @typebot.io/prisma:db:generate: [17:27:40.415] @typebot.io/prisma:db:generate: > @typebot.io/prisma@0.1.0 db:generate /vercel/path0/packages/prisma [17:27:40.416] @typebot.io/prisma:db:generate: > tsx scripts/db-generate.ts [17:27:40.416] @typebot.io/prisma:db:generate: [17:27:40.746] @typebot.io/js:build: cache bypass, force executing 66ba17e149360f4d [17:27:41.234] @typebot.io/js:build:  WARN  Issue while reading "/vercel/path0/packages/embeds/js/.npmrc". Failed to replace env in config: ${NPM_TOKEN} [17:27:41.248] @typebot.io/js:build: [17:27:41.248] @typebot.io/js:build: > @typebot.io/js@0.0.30 build /vercel/path0/packages/embeds/js [17:27:41.248] @typebot.io/js:build: > rollup --config rollup.config.js [17:27:41.248] @typebot.io/js:build: [17:27:42.310] @typebot.io/js:build:  [17:27:42.311] @typebot.io/js:build: ./src/index.ts → dist/index.js... [17:27:48.557] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'Plan'. [17:27:48.557] @typebot.io/js:build: ../../prisma/index.ts: (5:3) [17:27:48.557] @typebot.io/js:build:  [17:27:48.557] @typebot.io/js:build: 5 Plan, [17:27:48.557] @typebot.io/js:build:    ~~~~ [17:27:48.557] @typebot.io/js:build:  [17:27:48.558] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'WorkspaceRole'. [17:27:48.558] @typebot.io/js:build: ../../prisma/index.ts: (6:3) [17:27:48.558] @typebot.io/js:build:  [17:27:48.558] @typebot.io/js:build: 6 WorkspaceRole, [17:27:48.558] @typebot.io/js:build:    ~~~~~ [17:27:48.558] @typebot.io/js:build:  [17:27:48.558] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'GraphNavigation'. [17:27:48.558] @typebot.io/js:build: ../../prisma/index.ts: (7:3) [17:27:48.558] @typebot.io/js:build:  [17:27:48.558] @typebot.io/js:build: 7 GraphNavigation, [17:27:48.558] @typebot.io/js:build:    ~~~ [17:27:48.558] @typebot.io/js:build:  [17:27:48.558] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'CollaborationType'. [17:27:48.558] @typebot.io/js:build: ../../prisma/index.ts: (8:3) [17:27:48.558] @typebot.io/js:build:  [17:27:48.558] @typebot.io/js:build: 8 CollaborationType, [17:27:48.558] @typebot.io/js:build:    ~~~~~ [17:27:48.558] @typebot.io/js:build:  [17:27:48.558] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Answer'. [17:27:48.558] @typebot.io/js:build: ../../schemas/features/answer.ts: (2:10) [17:27:48.558] @typebot.io/js:build:  [17:27:48.559] @typebot.io/js:build: 2 import { Answer as AnswerPrisma, Prisma } from '@typebot.io/prisma' [17:27:48.559] @typebot.io/js:build:    ~~ [17:27:48.559] @typebot.io/js:build:  [17:27:48.559] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2694: Namespace '"/vercel/path0/node_modules/.pnpm/@prisma+client@4.11.0_prisma@4.11.0/node_modules/.prisma/client/index".Prisma' has no exported member 'AnswerUncheckedUpdateInput'. [17:27:48.559] @typebot.io/js:build: ../../schemas/features/answer.ts: (26:32) [17:27:48.559] @typebot.io/js:build:  [17:27:48.559] @typebot.io/js:build: 26 ) satisfies z.ZodType [17:27:48.559] @typebot.io/js:build:    ~~~~~~ [17:27:48.559] @typebot.io/js:build:  [17:27:48.559] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Credentials'. [17:27:48.559] @typebot.io/js:build: ../../schemas/features/blocks/baseSchemas.ts: (2:10) [17:27:48.559] @typebot.io/js:build:  [17:27:48.559] @typebot.io/js:build: 2 import { Credentials as CredentialsFromPrisma } from '@typebot.io/prisma' [17:27:48.559] @typebot.io/js:build:    ~~~ [17:27:48.559] @typebot.io/js:build:  [17:27:48.560] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'PublicTypebot'. [17:27:48.560] @typebot.io/js:build: ../../schemas/features/publicTypebot.ts: (1:10) [17:27:48.560] @typebot.io/js:build:  [17:27:48.561] @typebot.io/js:build: 1 import { PublicTypebot as PrismaPublicTypebot } from '@typebot.io/prisma' [17:27:48.561] @typebot.io/js:build:    ~~~~~ [17:27:48.561] @typebot.io/js:build:  [17:27:48.561] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Result'. [17:27:48.561] @typebot.io/js:build: ../../schemas/features/result.ts: (5:10) [17:27:48.561] @typebot.io/js:build:  [17:27:48.561] @typebot.io/js:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [17:27:48.561] @typebot.io/js:build:    ~~ [17:27:48.562] @typebot.io/js:build:  [17:27:48.562] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Log'. [17:27:48.562] @typebot.io/js:build: ../../schemas/features/result.ts: (5:34) [17:27:48.562] @typebot.io/js:build:  [17:27:48.562] @typebot.io/js:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [17:27:48.562] @typebot.io/js:build:    ~~~ [17:27:48.562] @typebot.io/js:build:  [17:27:48.562] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Typebot'. [17:27:48.562] @typebot.io/js:build: ../../schemas/features/typebot/typebot.ts: (5:10) [17:27:48.562] @typebot.io/js:build:  [17:27:48.562] @typebot.io/js:build: 5 import { Typebot as TypebotPrisma } from '@typebot.io/prisma' [17:27:48.562] @typebot.io/js:build:    ~~~ [17:27:48.562] @typebot.io/js:build:  [17:27:48.562] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Webhook'. [17:27:48.562] @typebot.io/js:build: ../../schemas/features/webhooks.ts: (1:10) [17:27:48.562] @typebot.io/js:build:  [17:27:48.562] @typebot.io/js:build: 1 import { Webhook as WebhookFromPrisma } from '@typebot.io/prisma' [17:27:48.562] @typebot.io/js:build:    ~~~ [17:27:48.562] @typebot.io/js:build:  [17:27:48.562] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Workspace'. [17:27:48.563] @typebot.io/js:build: ../../schemas/features/workspace.ts: (3:3) [17:27:48.563] @typebot.io/js:build:  [17:27:48.563] @typebot.io/js:build: 3 Workspace as WorkspacePrisma, [17:27:48.563] @typebot.io/js:build:    ~~~~~ [17:27:48.563] @typebot.io/js:build:  [17:27:48.563] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'MemberInWorkspace'. [17:27:48.563] @typebot.io/js:build: ../../schemas/features/workspace.ts: (5:3) [17:27:48.563] @typebot.io/js:build:  [17:27:48.563] @typebot.io/js:build: 5 MemberInWorkspace as MemberInWorkspacePrisma, [17:27:48.563] @typebot.io/js:build:    ~~~~~ [17:27:48.563] @typebot.io/js:build:  [17:27:48.563] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'User'. [17:27:48.563] @typebot.io/js:build: ../../schemas/features/workspace.ts: (7:3) [17:27:48.563] @typebot.io/js:build:  [17:27:48.563] @typebot.io/js:build: 7 User as UserPrisma, [17:27:48.563] @typebot.io/js:build:    ~~~~ [17:27:48.563] @typebot.io/js:build:  [17:27:48.563] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'WorkspaceInvitation'. [17:27:48.563] @typebot.io/js:build: ../../schemas/features/workspace.ts: (8:3) [17:27:48.563] @typebot.io/js:build:  [17:27:48.564] @typebot.io/js:build: 8 WorkspaceInvitation as WorkspaceInvitationPrisma, [17:27:48.564] @typebot.io/js:build:    ~~~~~~~ [17:27:48.564] @typebot.io/js:build:  [17:27:48.564] @typebot.io/js:build: created dist/index.js in 6.2s [17:27:48.564] @typebot.io/js:build:  [17:27:48.564] @typebot.io/js:build: ./src/web.ts → dist/web.js... [17:27:58.063] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'Plan'. [17:27:58.063] @typebot.io/js:build: ../../prisma/index.ts: (5:3) [17:27:58.063] @typebot.io/js:build:  [17:27:58.063] @typebot.io/js:build: 5 Plan, [17:27:58.063] @typebot.io/js:build:    ~~~~ [17:27:58.063] @typebot.io/js:build:  [17:27:58.063] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'WorkspaceRole'. [17:27:58.064] @typebot.io/js:build: ../../prisma/index.ts: (6:3) [17:27:58.064] @typebot.io/js:build:  [17:27:58.064] @typebot.io/js:build: 6 WorkspaceRole, [17:27:58.064] @typebot.io/js:build:    ~~~~~ [17:27:58.064] @typebot.io/js:build:  [17:27:58.064] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'GraphNavigation'. [17:27:58.064] @typebot.io/js:build: ../../prisma/index.ts: (7:3) [17:27:58.064] @typebot.io/js:build:  [17:27:58.064] @typebot.io/js:build: 7 GraphNavigation, [17:27:58.064] @typebot.io/js:build:    ~~~ [17:27:58.064] @typebot.io/js:build:  [17:27:58.064] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'CollaborationType'. [17:27:58.064] @typebot.io/js:build: ../../prisma/index.ts: (8:3) [17:27:58.064] @typebot.io/js:build:  [17:27:58.064] @typebot.io/js:build: 8 CollaborationType, [17:27:58.064] @typebot.io/js:build:    ~~~~~ [17:27:58.064] @typebot.io/js:build:  [17:27:58.064] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Answer'. [17:27:58.064] @typebot.io/js:build: ../../schemas/features/answer.ts: (2:10) [17:27:58.065] @typebot.io/js:build:  [17:27:58.065] @typebot.io/js:build: 2 import { Answer as AnswerPrisma, Prisma } from '@typebot.io/prisma' [17:27:58.065] @typebot.io/js:build:    ~~ [17:27:58.065] @typebot.io/js:build:  [17:27:58.065] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2694: Namespace '"/vercel/path0/node_modules/.pnpm/@prisma+client@4.11.0_prisma@4.11.0/node_modules/.prisma/client/index".Prisma' has no exported member 'AnswerUncheckedUpdateInput'. [17:27:58.065] @typebot.io/js:build: ../../schemas/features/answer.ts: (26:32) [17:27:58.065] @typebot.io/js:build:  [17:27:58.065] @typebot.io/js:build: 26 ) satisfies z.ZodType [17:27:58.065] @typebot.io/js:build:    ~~~~~~ [17:27:58.065] @typebot.io/js:build:  [17:27:58.065] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Credentials'. [17:27:58.065] @typebot.io/js:build: ../../schemas/features/blocks/baseSchemas.ts: (2:10) [17:27:58.065] @typebot.io/js:build:  [17:27:58.065] @typebot.io/js:build: 2 import { Credentials as CredentialsFromPrisma } from '@typebot.io/prisma' [17:27:58.065] @typebot.io/js:build:    ~~~ [17:27:58.065] @typebot.io/js:build:  [17:27:58.065] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'PublicTypebot'. [17:27:58.065] @typebot.io/js:build: ../../schemas/features/publicTypebot.ts: (1:10) [17:27:58.065] @typebot.io/js:build:  [17:27:58.065] @typebot.io/js:build: 1 import { PublicTypebot as PrismaPublicTypebot } from '@typebot.io/prisma' [17:27:58.065] @typebot.io/js:build:    ~~~~~ [17:27:58.065] @typebot.io/js:build:  [17:27:58.066] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Result'. [17:27:58.066] @typebot.io/js:build: ../../schemas/features/result.ts: (5:10) [17:27:58.066] @typebot.io/js:build:  [17:27:58.066] @typebot.io/js:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [17:27:58.066] @typebot.io/js:build:    ~~ [17:27:58.066] @typebot.io/js:build:  [17:27:58.066] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Log'. [17:27:58.066] @typebot.io/js:build: ../../schemas/features/result.ts: (5:34) [17:27:58.066] @typebot.io/js:build:  [17:27:58.066] @typebot.io/js:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [17:27:58.067] @typebot.io/js:build:    ~~~ [17:27:58.067] @typebot.io/js:build:  [17:27:58.067] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Typebot'. [17:27:58.067] @typebot.io/js:build: ../../schemas/features/typebot/typebot.ts: (5:10) [17:27:58.067] @typebot.io/js:build:  [17:27:58.067] @typebot.io/js:build: 5 import { Typebot as TypebotPrisma } from '@typebot.io/prisma' [17:27:58.067] @typebot.io/js:build:    ~~~ [17:27:58.067] @typebot.io/js:build:  [17:27:58.067] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Webhook'. [17:27:58.067] @typebot.io/js:build: ../../schemas/features/webhooks.ts: (1:10) [17:27:58.067] @typebot.io/js:build:  [17:27:58.067] @typebot.io/js:build: 1 import { Webhook as WebhookFromPrisma } from '@typebot.io/prisma' [17:27:58.067] @typebot.io/js:build:    ~~~ [17:27:58.067] @typebot.io/js:build:  [17:27:58.067] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Workspace'. [17:27:58.068] @typebot.io/js:build: ../../schemas/features/workspace.ts: (3:3) [17:27:58.068] @typebot.io/js:build:  [17:27:58.068] @typebot.io/js:build: 3 Workspace as WorkspacePrisma, [17:27:58.068] @typebot.io/js:build:    ~~~~~ [17:27:58.068] @typebot.io/js:build:  [17:27:58.068] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'MemberInWorkspace'. [17:27:58.068] @typebot.io/js:build: ../../schemas/features/workspace.ts: (5:3) [17:27:58.068] @typebot.io/js:build:  [17:27:58.068] @typebot.io/js:build: 5 MemberInWorkspace as MemberInWorkspacePrisma, [17:27:58.068] @typebot.io/js:build:    ~~~~~ [17:27:58.068] @typebot.io/js:build:  [17:27:58.068] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'User'. [17:27:58.068] @typebot.io/js:build: ../../schemas/features/workspace.ts: (7:3) [17:27:58.068] @typebot.io/js:build:  [17:27:58.068] @typebot.io/js:build: 7 User as UserPrisma, [17:27:58.068] @typebot.io/js:build:    ~~~~ [17:27:58.068] @typebot.io/js:build:  [17:27:58.068] @typebot.io/js:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'WorkspaceInvitation'. [17:27:58.068] @typebot.io/js:build: ../../schemas/features/workspace.ts: (8:3) [17:27:58.068] @typebot.io/js:build:  [17:27:58.068] @typebot.io/js:build: 8 WorkspaceInvitation as WorkspaceInvitationPrisma, [17:27:58.068] @typebot.io/js:build:    ~~~~~~~ [17:27:58.068] @typebot.io/js:build:  [17:27:58.069] @typebot.io/js:build: created dist/web.js in 9.5s [17:27:58.116] @typebot.io/react:build: cache bypass, force executing d4894e2110fd0fb3 [17:27:58.623] @typebot.io/react:build:  WARN  Issue while reading "/vercel/path0/packages/embeds/react/.npmrc". Failed to replace env in config: ${NPM_TOKEN} [17:27:58.636] @typebot.io/react:build: [17:27:58.636] @typebot.io/react:build: > @typebot.io/react@0.0.30 build /vercel/path0/packages/embeds/react [17:27:58.636] @typebot.io/react:build: > rollup --config rollup.config.js [17:27:58.636] @typebot.io/react:build: [17:27:59.401] @typebot.io/react:build:  [17:27:59.401] @typebot.io/react:build: ./src/index.ts → ./dist/index.js... [17:28:04.397] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'Plan'. [17:28:04.397] @typebot.io/react:build: ../../prisma/index.ts: (5:3) [17:28:04.398] @typebot.io/react:build:  [17:28:04.398] @typebot.io/react:build: 5 Plan, [17:28:04.398] @typebot.io/react:build:    ~~~~ [17:28:04.398] @typebot.io/react:build:  [17:28:04.398] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'WorkspaceRole'. [17:28:04.398] @typebot.io/react:build: ../../prisma/index.ts: (6:3) [17:28:04.398] @typebot.io/react:build:  [17:28:04.398] @typebot.io/react:build: 6 WorkspaceRole, [17:28:04.398] @typebot.io/react:build:    ~~~~~ [17:28:04.398] @typebot.io/react:build:  [17:28:04.398] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'GraphNavigation'. [17:28:04.398] @typebot.io/react:build: ../../prisma/index.ts: (7:3) [17:28:04.398] @typebot.io/react:build:  [17:28:04.398] @typebot.io/react:build: 7 GraphNavigation, [17:28:04.398] @typebot.io/react:build:    ~~~ [17:28:04.398] @typebot.io/react:build:  [17:28:04.398] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@prisma/client"' has no exported member 'CollaborationType'. [17:28:04.398] @typebot.io/react:build: ../../prisma/index.ts: (8:3) [17:28:04.398] @typebot.io/react:build:  [17:28:04.399] @typebot.io/react:build: 8 CollaborationType, [17:28:04.399] @typebot.io/react:build:    ~~~~~ [17:28:04.399] @typebot.io/react:build:  [17:28:04.399] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Answer'. [17:28:04.399] @typebot.io/react:build: ../../schemas/features/answer.ts: (2:10) [17:28:04.399] @typebot.io/react:build:  [17:28:04.399] @typebot.io/react:build: 2 import { Answer as AnswerPrisma, Prisma } from '@typebot.io/prisma' [17:28:04.399] @typebot.io/react:build:    ~~ [17:28:04.399] @typebot.io/react:build:  [17:28:04.399] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2694: Namespace '"/vercel/path0/node_modules/.pnpm/@prisma+client@4.11.0_prisma@4.11.0/node_modules/.prisma/client/index".Prisma' has no exported member 'AnswerUncheckedUpdateInput'. [17:28:04.399] @typebot.io/react:build: ../../schemas/features/answer.ts: (26:32) [17:28:04.399] @typebot.io/react:build:  [17:28:04.399] @typebot.io/react:build: 26 ) satisfies z.ZodType [17:28:04.399] @typebot.io/react:build:    ~~~~~~ [17:28:04.399] @typebot.io/react:build:  [17:28:04.399] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Credentials'. [17:28:04.399] @typebot.io/react:build: ../../schemas/features/blocks/baseSchemas.ts: (2:10) [17:28:04.399] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: 2 import { Credentials as CredentialsFromPrisma } from '@typebot.io/prisma' [17:28:04.400] @typebot.io/react:build:    ~~~ [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'PublicTypebot'. [17:28:04.400] @typebot.io/react:build: ../../schemas/features/publicTypebot.ts: (1:10) [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: 1 import { PublicTypebot as PrismaPublicTypebot } from '@typebot.io/prisma' [17:28:04.400] @typebot.io/react:build:    ~~~~~ [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Result'. [17:28:04.400] @typebot.io/react:build: ../../schemas/features/result.ts: (5:10) [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [17:28:04.400] @typebot.io/react:build:    ~~ [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Log'. [17:28:04.400] @typebot.io/react:build: ../../schemas/features/result.ts: (5:34) [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: 5 import { Result as ResultPrisma, Log as LogPrisma } from '@typebot.io/prisma' [17:28:04.400] @typebot.io/react:build:    ~~~ [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Typebot'. [17:28:04.400] @typebot.io/react:build: ../../schemas/features/typebot/typebot.ts: (5:10) [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: 5 import { Typebot as TypebotPrisma } from '@typebot.io/prisma' [17:28:04.400] @typebot.io/react:build:    ~~~ [17:28:04.400] @typebot.io/react:build:  [17:28:04.400] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Webhook'. [17:28:04.400] @typebot.io/react:build: ../../schemas/features/webhooks.ts: (1:10) [17:28:04.401] @typebot.io/react:build:  [17:28:04.401] @typebot.io/react:build: 1 import { Webhook as WebhookFromPrisma } from '@typebot.io/prisma' [17:28:04.401] @typebot.io/react:build:    ~~~ [17:28:04.401] @typebot.io/react:build:  [17:28:04.401] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'Workspace'. [17:28:04.401] @typebot.io/react:build: ../../schemas/features/workspace.ts: (3:3) [17:28:04.401] @typebot.io/react:build:  [17:28:04.401] @typebot.io/react:build: 3 Workspace as WorkspacePrisma, [17:28:04.401] @typebot.io/react:build:    ~~~~~ [17:28:04.401] @typebot.io/react:build:  [17:28:04.401] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'MemberInWorkspace'. [17:28:04.401] @typebot.io/react:build: ../../schemas/features/workspace.ts: (5:3) [17:28:04.401] @typebot.io/react:build:  [17:28:04.401] @typebot.io/react:build: 5 MemberInWorkspace as MemberInWorkspacePrisma, [17:28:04.401] @typebot.io/react:build:    ~~~~~ [17:28:04.401] @typebot.io/react:build:  [17:28:04.401] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'User'. [17:28:04.401] @typebot.io/react:build: ../../schemas/features/workspace.ts: (7:3) [17:28:04.401] @typebot.io/react:build:  [17:28:04.401] @typebot.io/react:build: 7 User as UserPrisma, [17:28:04.401] @typebot.io/react:build:    ~~~~ [17:28:04.401] @typebot.io/react:build:  [17:28:04.401] @typebot.io/react:build: (!) Plugin typescript: @rollup/plugin-typescript TS2305: Module '"@typebot.io/prisma"' has no exported member 'WorkspaceInvitation'. [17:28:04.401] @typebot.io/react:build: ../../schemas/features/workspace.ts: (8:3) [17:28:04.401] @typebot.io/react:build:  [17:28:04.402] @typebot.io/react:build: 8 WorkspaceInvitation as WorkspaceInvitationPrisma, [17:28:04.402] @typebot.io/react:build:    ~~~~~~~ [17:28:04.402] @typebot.io/react:build:  [17:28:04.403] @typebot.io/react:build: (!) Unresolved dependencies [17:28:04.403] @typebot.io/react:build: https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency [17:28:04.403] @typebot.io/react:build: @typebot.io/js/dist/web (imported by "src/Standard.tsx", "src/Bubble.tsx" and "src/Popup.tsx") [17:28:04.403] @typebot.io/react:build: created ./dist/index.js in 4.9s [17:28:04.435] builder:build: cache bypass, force executing 9863e12d2570ac84 [17:28:04.934] builder:build: [17:28:04.934] builder:build: > builder@0.1.0 build /vercel/path0/apps/builder [17:28:04.934] builder:build: > cross-env ENVSH_ENV=.env.local bash ../../scripts/env.sh next build [17:28:04.934] builder:build: [17:28:05.009] builder:build: env.sh loaded [17:28:05.015] builder:build: Matched inline env: [17:28:05.015] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_AUTHOR_NAME=Baptiste Arnaud [17:28:05.015] builder:build: NEXT_PUBLIC_VERCEL_GIT_REPO_SLUG=typebot.io [17:28:05.015] builder:build: NEXT_PUBLIC_VERCEL_GIT_PULL_REQUEST_ID= [17:28:05.015] builder:build: NEXT_PUBLIC_VIEWER_URL=XXX [17:28:05.015] builder:build: NEXT_PUBLIC_VERCEL_ENV=production [17:28:05.015] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_MESSAGE=:adhesive_bandage: (js) Move data-blockid to the right element [17:28:05.015] builder:build: NEXT_PUBLIC_VERCEL_GIT_PROVIDER=github [17:28:05.015] builder:build: NEXT_PUBLIC_VERCEL_GIT_REPO_ID=617997214 [17:28:05.016] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA=5090badfa985c681c172484a7fd4514c097e077f [17:28:05.016] builder:build: NEXT_PUBLIC_VERCEL_GIT_REPO_OWNER=seabysalt [17:28:05.016] builder:build: NEXT_PUBLIC_VERCEL_URL=typebot-builder-8e0uu6k93-tech-nesoma.vercel.app [17:28:05.017] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_AUTHOR_LOGIN=baptisteArno [17:28:05.017] builder:build: NEXT_PUBLIC_VERCEL_GIT_COMMIT_REF=main [17:28:05.017] builder:build: TURBO_CI_VENDOR_ENV_KEY=NEXT_PUBLICVERCEL [17:28:05.017] builder:build: NEXT_PUBLIC_VERCEL_GIT_PREVIOUS_SHA= [17:28:05.017] builder:build: .env.local does not exist [17:28:05.597] builder:build: warn - You have enabled experimental feature (outputFileTracingRoot) in next.config.js. [17:28:05.597] builder:build: warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk. [17:28:05.597] builder:build: [17:28:05.622] builder:build: Attention: Next.js now collects completely anonymous telemetry regarding usage. [17:28:05.623] builder:build: This information is used to shape Next.js' roadmap and prioritize features. [17:28:05.623] builder:build: You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: [17:28:05.623] builder:build: https://nextjs.org/telemetry [17:28:05.623] builder:build: [17:28:05.760] builder:build: info - Linting and checking validity of types... [17:28:49.189] builder:build: Failed to compile. [17:28:49.189] builder:build: [17:28:49.189] builder:build: ./src/features/account/UserProvider.tsx:5:10 [17:28:49.189] builder:build: Type error: Module '"@typebot.io/prisma"' has no exported member 'User'. [17:28:49.189] builder:build: [17:28:49.189] builder:build:   3 | import { createContext, ReactNode, useEffect, useState } from 'react' [17:28:49.189] builder:build:   4 | import { env, isDefined, isNotDefined } from '@typebot.io/lib' [17:28:49.189] builder:build: > 5 | import { User } from '@typebot.io/prisma' [17:28:49.189] builder:build:   |  ^ [17:28:49.189] builder:build:   6 | import { setUser as setSentryUser } from '@sentry/nextjs' [17:28:49.189] builder:build:   7 | import { useToast } from '@/hooks/useToast' [17:28:49.189] builder:build:   8 | import { updateUserQuery } from './queries/updateUserQuery' [17:28:49.300] builder:build:  ELIFECYCLE  Command failed with exit code 1. [17:28:49.321] builder:build: ERROR: command finished with error: command (/vercel/path0/apps/builder) pnpm run build exited (1) [17:28:49.321] command (/vercel/path0/apps/builder) pnpm run build exited (1) [17:28:49.321] ERROR run failed: command exited (1) [17:28:49.321] [17:28:49.321] Tasks: 3 successful, 4 total [17:28:49.322] Cached: 0 cached, 4 total [17:28:49.322] Time: 1m9.971s [17:28:49.322] [17:28:49.327]  ELIFECYCLE  Command failed with exit code 1. [17:28:49.358] Error: Command "cd ../.. && pnpm build:builder && pnpm db:migrate" exited with 1 [17:28:49.797] BUILD_UTILS_SPAWN_1: Command "cd ../.. && pnpm build:builder && pnpm db:migrate" exited with 1

baptisteArno commented 1 year ago

Ok, I think I got it. Your DATABASE_URL must start with postgresql://. Isn't it the case for you?

shoeferlin commented 1 year ago

@baptisteArno, you are absolutely right. 💯 That caused it. I don't know why I did not copy the full connection string. Thank you a lot! 🚀

baptisteArno commented 1 year ago

Will implement a clear error message for this 👍

Dhruv97Sharma commented 1 year ago

Ok, I think I got it. Your DATABASE_URL must start with postgresql://. Isn't it the case for you?

Thanks for this, it helped me out deploy the project easily on vercel with supabase as db as I was getting the same errors before since I was not using the complete supabase db url (with the postgresql://) for my postgres db so my build step was failing, thanks @baptisteArno