ran npm run db:studio fine but localhost is still loading....

No description
S
something12d ago
I am following the new t3 stack project
Z
⚡Z.E.U.S⚡12d ago
@something Hey! What browser are you using?
S
something12d ago
safari i also tried google chrome and same issue, i used the link provided in the terminal
Z
⚡Z.E.U.S⚡12d ago
Can you share logs from console in google chrome?
S
something12d ago
No description
S
something8d ago
i am also on mac on my windows machine it worked fine, not sure what kind of access I could be missinng on my mac
Z
⚡Z.E.U.S⚡8d ago
Can you try drizzle-kit@beta? There you need to change the drizzle config a little, but this error should be fixed in the studio
S
something7d ago
how do i change it?
No description
S
something7d ago
to use beta version
Z
⚡Z.E.U.S⚡7d ago
You need to update drizzle-kit, add dialect: 'postgresql', remove driver and rename connectionString to url
S
something6d ago
i ran "npm i -D drizzle-kit@beta" to get the beta version
S
something6d ago
updated code like you said
No description
S
something3d ago
and then "npm run db:studio" and still have the same issue i got it to work now not sure what i did or what happened, ran the "mkcert -install" command on my terminal and then refresh page lol
Z
⚡Z.E.U.S⚡3d ago
are you using beta version of drizzle-kit?
S
something3d ago
i switch back to regular no i am not using beta
Z
⚡Z.E.U.S⚡3d ago
then that explains everything. mkcert creates a certificate for drizzle-kit and it is no longer blocked
S
something3d ago
yup, I didnt do it right my bad, i probably missed this step
Z
⚡Z.E.U.S⚡3d ago
what browser are you using? sorry, already saw above
S
something3d ago
no worries king
Want results from more Discord servers?
Add your server
More Posts
SQLean's uuid4() in SQLite CREATE TABLEI'm using Turso, enabled SQLean uuid extension and I would like to generate a table via drizzle-kit How can we specify COLLATE on the schema?There is a feature request here: https://github.com/drizzle-team/drizzle-orm/issues/638 For adding Drizzle pg client throwing `scanner_yyerror` on pushGetting the following error upon running `drizzle-kit push:pg` to my local postgres. Drizzle-Kit verDrizzleError: Rollback is being rethrown unexpectedlyNo matter which error I throw for the rollback - it doesn't work as indented because it bleeds outsiId being required in types when using insert and valuesHello! I' been following the tutorial and I'm having a issue with the following function: ```js expoFailed push to planetscaleEvery time I try to push my schema to Planetscale, I get the following error: ``` if (unsquashSelect parent rows where child existsI want to use a relational query to select all users and their posts where users have at least one pCreating a View with Turso/Sqlite```export const jobsView = sqliteView("jobsView").as((qb) => qb .select({ id: job.id, How to update "updated_at" column automaticly when related row is updated?Hello. I'm using PostgreSQL as a dbms. So driver is pg. I want to update the "updated_at" column wwrap migrations in transactiondoes drizzle wrap migrations in transaction?Error with Nested TransactionsI'm experiencing an issue with nested transactions on neon serverless 0.9.1, drizzle-orm 0.30.9, andSupabase branching w/ Drizzle?Does anyone know if it is possible to get Supabase branching working with Drizzle migrations? (httpsType inference is not working when findFirst is extractedHey typescript wizards, could anyone spot what I'm doing wrong here? ```ts type OrgTableQueryParamsDrizzle Query, Relationship Sub-QueryI have Domains and Products, and a pivot between them (DomainProducts). I'd like to query (`findFirMariaDB driver and generate migrationsThe company im working for insists on using MariaDB but im having issues generating migrations for mNaming Migrationshow do i set a name for a new migration when running `drizzle-kit generate:mysql` ? i tried setting [postgres][zod] createInsertSchemaHey! Trying to make my Sveltekit form schema. Here is my example: ```export const userAccessesFormSUse schema definition as normal typesI want to use my schema definition as a normal type. Basically what .select().from() returns - plainWhat is a recommended way to execute migration on CI ?Build facilities for migration assume it happens during app execution I don't sure it a good idea anStruggling when changing tables relationships or columnsI find myself getting errors such as quite regularly [cause]: [ResponseError: SQLite error: no such