Arxk
Explore posts from serversSending FormData does not work at all
https://github.com/trpc/trpc/blob/main/examples/minimal-content-types I have this exact same setup with tRPC but does not work. Server just says "Input not instance of FormData", looking at the network tab it just sends a json payload
17 replies
How would I go about passing an image to the server using tRPC?
I'm reviewing all my options here but I'm currently thinking of uploading the file and then the server uses the URL of the image to read.
I only need the image temporarily to read, so it just wouldn't make sense for me to upload it and just leave it in an s3 or r2 bucket..
12 replies
PPrisma
•Created by Arxk on 2/17/2025 in #help-and-questions
Prisma Transaction type error
I'm getting this weird type error on a Prisma transaction
https://files.arxk.io/u/8pG9CR.png
6 replies
PPrisma
•Created by Arxk on 2/12/2025 in #help-and-questions
Converting a query to use TypedSQL
How would I be able to convert this to a TypedSQL query?
3 replies
PPrisma
•Created by Arxk on 1/12/2025 in #help-and-questions
Prisma JSON not working with "path"
Hi, I'm using Prisma with Postgres, I store some data with JSON inside, when using { where }, and providing the path and equals value, it does not work.
3 replies
TTCTheo's Typesafe Cult
•Created by Arxk on 2/21/2024 in #questions
Retrieving metadata from uploadFiles
Is there a way to retrieve the metadata you attach to the uploadFiles config? Seems to be no way of getting it with a result.
https://docs.uploadthing.com/api-reference/ut-api
2 replies