wobsoriano / trpc-nuxt

End-to-end typesafe APIs in Nuxt applications.
trpc-nuxt.vercel.app
MIT License
675 stars 38 forks source link

Getting "Error: Unable to transform response from server" response from TRPC server. #145

Open DarraghOFlaherty opened 8 months ago

DarraghOFlaherty commented 8 months ago

As the title explains gettings "Error: Unable to transform response from server" when using TRPC routes

wobsoriano commented 7 months ago

Hi, can you try the latest release and check if it fixes your issue? Thanks!

abh1nash commented 3 weeks ago

@DarraghOFlaherty Did you find a fix? I am experiencing the same issue - unsure what is wrong.

abh1nash commented 3 weeks ago

Okay, so I figured out the issue with my instance was being caused by Prisma when trying to deploy to Cloudflare Pages. Apparently their support for serverless is limited.

Swapped Prisma for Drizzle and used serverless adapters to fix this issue.