Issues while initialising t3-turbo repo .
As the title suggests , i've recently come across the t3 stack and the turbo version of it , it's for a use case project that i can't disclose .
I've been facing issues with initialising the git repo , it keeps lacking and the docs are a hell with zero mention of what to do if you're using something else than the default .
1st error : ( using supabase for db ) : Even tho i use the transaction pooling connection string or the other , i gives me errors as the connection string is a direct connection ( even tho it's not ) , i've tired replacing the connection string with multiple instances but no luck 😦
1st error [ method 2 ] : ( using supabse in vercel storage ) : Now if i use this , i do not get the pooling error but i get null values or undefined errors .
I've included all the necessary issues i'm facing for a repo that should initialize easily but it's tiring to get the same error .
please help me out flocks , i'm a beginner : )
3 Replies
Are you not using the supabase createClient method? Or is this database only?
it's the repo template , i haven't touched the code anyway except setting up the env values using supabase and discord credentials
Update on this: The createClient issue was solved using the
?workaround=supabase-pooler.vercel
parameter in the POSTGRES_URL
, but now there are other errors, specifically in tRPC