trpc resource: the server responded with a status of 500 I'm really confused
This problem always happens when I add a second mutation or more
trpc
:Src -> server -> api -> routers -> auth.ts
Being used
: Src -> components -> auth -> [ register.tsx. | login.tsx ]
The rest of the configuration is default
https://github.com/gaveone/expo-AGitHub
GitHub - gaveone/expo-A
Contribute to gaveone/expo-A development by creating an account on GitHub.
2 Replies
Your UserChecker is returning the string fffffff instead of a json like { message : " user exists "} before even checking anything