DrizzyDrake
Explore posts from serversTTCTheo's Typesafe Cult
•Created by DrizzyDrake on 8/11/2024 in #questions
trpc prefetch fails when building app
tRPC fails to get the data when it is build the application as the tRPC server cannot run when building.
Any thoughts on how to fix this issue?
5 replies
TTCTheo's Typesafe Cult
•Created by DrizzyDrake on 3/24/2024 in #questions
Module not found: Can't resolve '@/components/site/footer' on Vercel
In development this works perfectly fine and it renders correctly, however when I deploy to vercel it throws this error:
Here is my
tsconfig.json
with the path alias set up as "@/*": ["./src/*"]
:
4 replies
TTCTheo's Typesafe Cult
•Created by DrizzyDrake on 3/23/2024 in #questions
Get a list of all files in UploadThing
I looked through some of the documentation for UploadThing, and I see how to upload a file, but what about downloading or getting a list of all the files that are uploaded?
3 replies