Nvidia
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Nvidia on 10/21/2023 in #questions
CT3 & AWS Amplify
Hi, sorry to bother everyone. Does anyone here use Create T3 and AWS Amplify? I'm trying to setup TRPC with Amplify authentication and i'm not sure how to apporach it
5 replies
TTCTheo's Typesafe Cult
•Created by Nvidia on 2/26/2023 in #questions
403 Protected TRPC | Vercel Deployment
Hi, i've been running into an odd issue using protected routes with CT3. It seems when I deploy my CT3 app to vercel, all my protected routes throw 403 errors even though i'm authenticated. I'm unsure why this is, and haven't been able to find a solution.
2 replies
TTCTheo's Typesafe Cult
•Created by Nvidia on 2/17/2023 in #questions
Next-Auth CLIENT_FETCH_ERROR | Webpack crashes
Hi, i'm wondering if someone could help me resolve an issue i'm having with Next-Auth. I recently created a T3 project and i've been working on moving it to my monorepo so I could create a little sandbox app for some TRPC testing and stuff. When I run my new app alone it works fine and everything is perfect, however when I move this project into my monorepo things get a bit weird, it seems that any time I attempt to access any auth routes my project just crashes without any useful errors. The only error I get is
[next-auth][error][CLIENT_FETCH_ERROR] "Failed to fetch" "TypeError"
(I've attached the stack as a file) and then Webpack just shits the bed without telling me why.
I've attached my repo below just in-case anyone wants to read it, the project i'm trying to run in the repo is Robin
. Also I noticed if I switch my auth url to 127.0.0.0:3000 i'm able to then sign in and it gets session fine, however the app will then crash on the callback.
https://github.com/Rafcin/oxygen/tree/dev2 replies