Songkeys
Songkeys
TtRPC
Created by Songkeys on 9/9/2024 in #❓-help
[v11] Change responseMeta in procedure
found this: https://github.com/trpc/trpc/discussions/2017 looks like still an issue?
3 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
❤️
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
it works! thank you Alex!
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
let me try fix it
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
thank you so much
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
No description
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
sorry i think the IDE just too lazy to check while i keep updating the deps
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
No description
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
are you able to locate the commit so that we know what's introduced
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
okay it starts from .249
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
.248 good
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
lemme try .248
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
so it's b/w .240 ~ .251
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
.251 bad
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
No description
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
I think I have it configured correctly because there is no typescript error
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
yes it looks like superjson's problem
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
the version with this problem make my api url like this:
http://localhost:3000/api/trpc/nodes.many?batch=1&input=%7B%220%22%3A%7B%22limit%22%3A20%7D%7D
http://localhost:3000/api/trpc/nodes.many?batch=1&input=%7B%220%22%3A%7B%22limit%22%3A20%7D%7D
while the correct one is:
http://localhost:3000/api/trpc/nodes.many?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22limit%22%3A20%7D%7D%7D
http://localhost:3000/api/trpc/nodes.many?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22limit%22%3A20%7D%7D%7D
35 replies
TtRPC
Created by Songkeys on 2/29/2024 in #❓-help
After upgrading to 11.0.0-next-beta.300, every request throws zod error
i found the problem but i don't know how to fix
35 replies