Nacho Elias
Explore posts from serversFile upload with formdata
I couldnt make it work either, my solution was to (exceptionally) do everything in a server action. This allowed me to send a formData object to the action that runs in my server and then use trpc server from within the action to uipdate the entity's URL (I'm assuming u'll need to store the url somewhere afterwards). Hope this helps
5 replies
DTDrizzle Team
•Created by Tera on 6/18/2024 in #help
could someone show me the way to do this query using drizzle
can u show us some code?
2 replies
DTDrizzle Team
•Created by Nacho Elias on 6/13/2024 in #help
Error in DB update because of Date
nevermind, my issue was related to the onUpdateFn in my schema
2 replies
useQueryClient is not working as expected
btw, I tried using the dev tools u have mentioned in your docs but they don't work very well. Are there any plans to have RQ dev tools for trpc? Or maybe even using the exact same ones as RQ does? If I'd known that the data was being persisted in that queryClient I think I might have caught the problem sooner
71 replies