Questions tagged [t3]

51 questions
0
votes
1 answer

How to fix the Invalid environment variables error in T3 Stack

I have downloaded the repo from Github and trying to run in my local machine. Installed cross-env package. ----------- Error ----------------- ERROR (console/15295 on Narendras-MacBook-Air.local): ❌ Invalid environment variables: DATABASE_URL:…
Narendra Sharma
  • 239
  • 3
  • 6
0
votes
0 answers

Weblogic T3 connection from C# does not work on remote server

I am trying to connect to a Weblogic server, using T3 protocol, in order to read and write from specific Weblogic queues. I have built a solution that does this and works correctly on a local installation of Weblogic, but context creation fails when…
MihaiC
  • 1,618
  • 1
  • 10
  • 14
-1
votes
1 answer

How can i define type of src in tsx in nextjs

user` Error is : Type 'string | null | undefined' is not assignable to type 'string | StaticImport'. Type 'undefined' is not assignable to type 'string |…
-1
votes
1 answer

How to type NextJS router.query.id as string?

I'm pretty new to TypeScript, as well as using the T3 stack (React Query / Tanstack Query). I'm trying to type companyId as string, so that I don't have to type companyId as string every time I use it later on it in the code, but I can't figure out…
amota
  • 141
  • 8
-1
votes
1 answer

New to prisma, are these models feasible? T3 stack app

So I want to make an app where a user can create a 'Household' where they can invite other members of their family to have a shared database where they can store items in their pantry/kitchen. The family members would have their emails added to an…
Mossy82
  • 115
  • 1
  • 9
1 2 3
4