FetchError on npx drizzle-kit push:sqlite
#2088
Replies: 2 comments
-
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to review-snap-7-.turso.io:443 |
Beta Was this translation helpful? Give feedback.
0 replies
-
drizzle-kit: v0.20.14
drizzle-orm: v0.30.6
No config path provided, using default path
Reading config file '/Users/user/review/drizzle.config.ts'
[Warning] Drizzle Studio is currently in Beta. If you find anything that is not working as expected or should be improved, feel free to create an issue on GitHub: https://github.com/drizzle-team/drizzle-kit-mirror/issues/new or write to us on Discord: https://discord.gg/WcRKz2FFxN
Drizzle Studio is up and running on https://local.drizzle.studio
FetchError: request to https://review-snap-7-.turso.io/v2/pipeline failed, reason: Client network socket disconnected before secure TLS connection was established
at ClientRequest.<anonymous> (/Users/user/review/node_modules/@libsql/isomorphic-fetch/node_modules/node-fetch/lib/index.js:1501:11)
at ClientRequest.emit (node:events:518:28)
at TLSSocket.socketErrorListener (node:_http_client:500:9)
at TLSSocket.emit (node:events:518:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'ECONNRESET',
code: 'ECONNRESET'
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First time using drizzle-orm.
I am getting this in the terminal on Mac when running
npx drizzle-kit push:sqlite
command:Beta Was this translation helpful? Give feedback.
All reactions