yaviscoke
Explore posts from serversTTCTheo's Typesafe Cult
•Created by yaviscoke on 12/14/2023 in #questions
tRPC query has any type
I'm using turbo repo for trpc (with express) and react-native, I made mutation query, but in client side when I try to use trpc it has any type on queries
@/api/auth
server.ts
and from index.ts
I export AppRouter type
client.ts
so whenever I use api.auth
auth type is any but why?? I don't get it I actually followed t3-app configuration of nextjs11 replies
TTCTheo's Typesafe Cult
•Created by yaviscoke on 11/17/2023 in #questions
Next-auth redirects me on auth/error on signIn()
I'm using app router in nextjs, when I call
signIn("google")
in localhost, next-auth works pretty well but on production, it redirects me instantly on api/auth/error
route
this is my app/api/auth/[...next-auth]/route.ts
look like
what can be problem? in production I think, env are all good9 replies
TTCTheo's Typesafe Cult
•Created by yaviscoke on 10/8/2023 in #questions
metadata in next-auth
in next-auth is it possible to add metadata for special authrozations?
and I want to get this metadata in
session
it would be nicer if I can get that metadata in createUser
2 replies
TTCTheo's Typesafe Cult
•Created by yaviscoke on 8/28/2023 in #questions
get user ip in trpc
I know https://www.answeroverflow.com/m/1097080265928609802 in here the question is already answered but i get value in ip as
::ffff:127.0.0.1
this instead of real ip
here is how I do that
and when I make request I receive in response that ::ffff:127.0.0.1
thats testing response
4 replies
Rust server fails on railway
I'm trying to host my rust server on railway I use this guy's template https://railway.app/template/4lz789, when project build main panics and throws error about
OPENSSL
here is full error
how can I fix that issue?37 replies
TTCTheo's Typesafe Cult
•Created by yaviscoke on 6/29/2023 in #questions
Uploadthing: do not upload immediately
in upload thing is it possible when putting the file in uploader do not upload immediately? i want when I click form button start upload after that not after putting file there
3 replies
How to not send request in specific condition in useQuery()
I have this in my code so in beginning
search
is empty string and is it possible to write condition when it should run request and when not, when search
is empty I dont want to run request4 replies
TTCTheo's Typesafe Cult
•Created by yaviscoke on 4/15/2023 in #questions
Connect Prisma to AWS RDS Database (PostgreSQL)
4 replies
TTCTheo's Typesafe Cult
•Created by yaviscoke on 3/13/2023 in #questions
Form Submiting Doesn't Work, It refetches getStaticProps instead
8 replies
TTCTheo's Typesafe Cult
•Created by yaviscoke on 2/6/2023 in #questions
Why useQuery runs multiple times?
9 replies
TTCTheo's Typesafe Cult
•Created by yaviscoke on 1/31/2023 in #questions
is it problem to install next-auth by hand?
6 replies