JordanR
Explore posts from serversDTDrizzle Team
•Created by JordanR on 3/22/2025 in #help
Using prisma to select columns not returning what I'm passing
I'm not sure what is happening. I'm in the process of switching to Drizzle from Prisma and am having an issue with my query that is causing the select object I'm passing to not be respected and just returning the columns for one of my tables. I have this query trying to select some specific columns from each of my tables
But the ouput from the returned records are only the columns from
Post
and they are not even named like what I'm selecting here. Can anyone help me troubleshoot this?2 replies
TTCTheo's Typesafe Cult
•Created by JordanR on 6/23/2024 in #questions
Uploadthing UploadDropzone component button stuck on loading state
I'm trying to get this thing setup in my Next.js app and while I can click on the drop zone and all seems to be actually functioning, the button and dropzone stays in a "Loading..." state no matter what I've tried.
3 replies