ibby
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Ivan on 4/16/2024 in #questions
How can I replicate the vanilla behavior of NextJS API routing in T3 stack?
You're mixing up pages & app router api routing
Pages router:
src/pages/api/locations.ts
-> http://localhost:3000/api/locations
App router:
src/app/api/locations/route.ts
-> http://localhost:3000/api/locations
4 replies
TTCTheo's Typesafe Cult
•Created by ibby on 12/19/2023 in #questions
nextjs how to render serverside and then update data client-side based on a filter?
I guess I could take in params, get query string and do db call based on that but then the checkbox would be unchecked?
3 replies
TTCTheo's Typesafe Cult
•Created by hyhy on 11/1/2023 in #questions
"inArray requires at least 1 value" error deleting files with uploadthing
You can't delete file using the URLs, you need the file key:
utapi.deleteFiles("https://utfs.io/f/file-key-uuid.png");
❌
utapi.deleteFiles("file-key-uuid.png");
✅13 replies
TTCTheo's Typesafe Cult
•Created by jingleflicks on 7/18/2023 in #questions
create.t3.gg seems to be down...can anyone else confirm?
yeah its down for me
13 replies