strange libsql error when doing push:sqlite
error message and code: https://pastebin.com/EnqkHYCd
tutorial that i'm following: https://www.youtube.com/watch?v=cpzowDDJj24
this is my first time using Drizzle and Turso so i would really appreciate if someone could help me :)
Pastebin
1 - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Ethan Niser
YouTube
The BETH Stack: Build Hypermedia-Driven Web Apps with Great DX and ...
An opinionated way to build web apps in 2023
-------------
LIVE SITE- https://the-beth-stack.fly.dev/
PROJECT REPO- https://github.com/ethanniser/the-beth-stack
Bun - https://bun.sh/
Elysia - https://elysiajs.com/
Turso - https://turso.tech/
HTMX - https://htmx.org/
typed-html - https://github.com/nicojs/typed-html
tailwind-css - https://tailwi...
3 Replies
I think the problem is with your auth token in Turso
just create a new one and paste into drizzle.config file
fixed, thanks!
when i copied the token from the terminal into the file, it split up into multiple lines, so it wasn't being recognized.
oh
I see