Uploadthing Error
T 3 with app router
Do i really can or need to hide backend part in monolith app like T3?
import { api } from '~/utils/api';
import { api } from '~/utils/api';
and do something like api.something.method.useMutation....
. I now started a new project with T3 stack after a long time of not touching tRPC / Next.js and I am using app router
and I can no longer use utils/api
. What am I missing ? Thanks!drizzzle + postgres error
bun run db:push
command I get the error in the screenshot. Can someone explain to me why is that ?Null, Undefined, <form><input>, Zod validation and query result type mismatches.
Next14 + react-query + server actions: Deleting item from a table but the table should self-adjust
deleteCategoryMutation
```ts
const deleteCategoryMutation = useMutation<void, unknown, number>({
mutationFn: (id) => deleteCategory(id),
onSuccess: async () => {...Uploading zip/rar files
upload only pdf and word
Next.js file organization and security with data access
How to upload file from local path using the utapi uploadFiles or uploadFilesFromURL
utapi.uploadFiles(files)
or utapi.uploadFilesFromURL('/file_path')
...[email protected] "do not use"?
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it.
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it.
lru-cache
instead. Will replacing inflight
with lru-cache
break my project? Or should I just stick with inflight
and hope for the best?...TypeError: Cannot read properties of undefined (reading 'url')
How to manage external ids in my database
Guys, is there a way I can add where: eq(users.email, email) to a findFirst query in DrizzleOrm?
How to revalidate the data cache on deployment
Using table prefixes in drizzle multi-project schema with NextAuth.
Client side Upload button disabling