Nuxt-TRPC with Prisma and supabase deployed to Vercel
Hello, When I go to my website url (https://website-arthurdanjou.vercel.app/), I see the content and after I am redirected to the error page with this error :
error caught during app initialization TRPCClientError: Unable to transform response from server
I think nitro api isnt built in the correct directory for vercel. You can find my code here : https://github.com/arthurdanjou/artdanj-website-v2
I built using nuxi build
and start with nuxi preview
I've specified nitro preset in my nuxt.config.ts
. Where does my problem come from ? How to fix it ? Thank's for readingGitHub
GitHub - ArthurDanjou/artdanj-website-v2: 🌍 My personal website, my...
🌍 My personal website, my portfolio, my resume and my blog fully connected - GitHub - ArthurDanjou/artdanj-website-v2: 🌍 My personal website, my portfolio, my resume and my blog fully connected
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Hello, thank's for your response. It is a module that require to be imported as I do, as I read in the documentation
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I will try with this version. Actually, I use trpc-nuxt v0.8.0
the most recent
If someone can help me 🙂