Liltripple_reid
Explore posts from serversDTDrizzle Team
•Created by Liltripple_reid on 10/13/2024 in #help
Unable to use `push` or `studio` anymore
Really no idea what happened but all of a sudden I'm getting this messages when trying to run any of those commands
6 replies
TTCTheo's Typesafe Cult
•Created by Liltripple_reid on 3/10/2024 in #questions
cookies are returned as `object Promise` from RSC
not sure why this happens but here I am, based on the docs you should just be able to get cookies from any RSCs by calling
cookies().get(<name>)
however for some reason this is failing for me.
now using this on a page like
the cookies DO NOT have the SameSite
nor HttpOnly
options set2 replies
TTCTheo's Typesafe Cult
•Created by Liltripple_reid on 3/9/2024 in #questions
June Analytics weird error when attempting to track
so I'm trying to use the june SDK for nodeJS on a fastify app, but I always get this error when trying to
analytics.identify
a user, has someone else had something similar?
3 replies
persistedQueries & indexedDb
Would like to know if someone else has tried out the feature and/if got it work, I'm trying to recreate the Linear's approach to it's snappy feel and all-data-ready on initial page loads.
This is the current implementation I have following the RTK docs
4 replies
TTCTheo's Typesafe Cult
•Created by Liltripple_reid on 1/23/2024 in #questions
slower session lookup in prod than local
4 replies
TTCTheo's Typesafe Cult
•Created by Liltripple_reid on 1/8/2024 in #questions
drizzle adapter failing
a newly scaffolded project gave this error on auth.ts
6 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/23/2023 in #help
planetscale cache error
not sure if the issue is from drizzle or trpc, but trying to query the db via the RSC api fails with this error
8 replies
TTCTheo's Typesafe Cult
•Created by Liltripple_reid on 10/22/2023 in #questions
error with NextSSRPlugin
getting weird SSR/hydration related errors when using it with react-hook-form
2 replies
TTCTheo's Typesafe Cult
•Created by Liltripple_reid on 10/22/2023 in #questions
upload multiple files with UploadDropzone
how can I upload multiple images thru this component? I saw there's an option on the component that says
but not sure if it does what I'm looking for
2 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/6/2023 in #help
connection error, fetch failed
not sure if this issue comes from drizzle or planetscale but I'm getting this error while trying to do any queries from my db while on local dev
10 replies
anyone else getting a failed to fetch in latest next versions
not sure if this is happening to more people, I tried literally everything, changing to 127.0.01, updating next@canary, not sure if the error is on trpc side, no logs shown, but man I'm completely blocked by this.
PD: I'm using kirimase to generate the code, not sure if that could be an issue
2 replies
TTCTheo's Typesafe Cult
•Created by Liltripple_reid on 9/9/2023 in #questions
problems with next route interception
4 replies
DTDrizzle Team
•Created by Liltripple_reid on 9/8/2023 in #help
many to many relation problems
I'm using planetscale and can't seem to figure out what is wrong with this relation. There's no autocompletion for
with
when using the RQB
and trying to access the table manually throws an referenced table
error
9 replies
DTDrizzle Team
•Created by Liltripple_reid on 9/6/2023 in #help
drizzle-zod failing
the createInsertSchema function is throwing errors when being used with
@hookform/resolvers/zod
, it's weird
throws this
schema and insertSchema declarations
2 replies
DTDrizzle Team
•Created by Liltripple_reid on 9/4/2023 in #help
drizzle asks for <table> `id` when doing insert
I guess the ID should be autogenerated by the database itself, but not sure why it's asking me to pass it as a value when doing
using mysql, @planetscale/database
my schemas:
5 replies
`createCaller` and RSC - with next-auth
I've been upgrading my trpc routers and handlers to support edge+app router with drizzle and next-auth; and something that has come up is the use of createCaller (with createTRPCNext instead of createTRPCReact - and without the TRPCProvider). So I wanted to ask if this is a correct way of using that function
6 replies
DTDrizzle Team
•Created by Liltripple_reid on 8/18/2023 in #help
planetscale
simple question, is the
mode: planetscale
in the drizzle-orm connection builder deprecated? doesn't seem to exist there anymore3 replies