desert.elf
Explore posts from serversTTCTheo's Typesafe Cult
•Created by desert.elf on 7/28/2024 in #questions
Issues with attaching `customId` to Files using `utapi.uploadFiles()`
Hey all!
I'm using uploadthing server side via the utapi library but when i try to attach a customId to a file object and upload I error out vs just uploading w/ no customId.
This is the code
Now when i do this - i get the following error (with debug mode on) - note that this is not a uploadResponse.error but an error caught by the wider try catch i have around this code.
If i simply comment out the customId assignment it works completely fine and i get a successful upload - having a customId is really important to how i'm using this - any help is appreciated!
1 replies