HAL 9000
Explore posts from serversTTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
Oh ok it is because I forgot the
await
and since it is async mutate15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
and it does catch the error but still causes thise Unhandled Runtime Error
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
how ever i do have
onError
on the trpc.useMutation
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
it doesn't catch
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
it i already in the try catch block
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
how should I handle it in the client side?
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
@Samathingamajig I am basically throwing
trpc.TRPCError
from mutation router15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/5/2022 in #questions
[Solved] Unhandled Runtime Error
is this because I am runnning in dev ?
15 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/4/2022 in #questions
tRPC and WebSockets
thanks
27 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/4/2022 in #questions
tRPC and WebSockets
after I added the
NODE_ENV=development
to .env
it works now27 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/4/2022 in #questions
tRPC and WebSockets
yea I figured when I run nextjs with
yarn dev
i don't actually set it manually neither yarn dev sets it (next dev
sets it to dev under the hood i guess)27 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/4/2022 in #questions
tRPC and WebSockets
@flicknote I am getting Invalid Environment Variable error
27 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/4/2022 in #questions
tRPC and WebSockets
dev
27 replies
TTCTheo's Typesafe Cult
•Created by HAL 9000 on 10/4/2022 in #questions
tRPC and WebSockets
yea i know
27 replies