Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
32 views

I am trying to create an app using the T3 stack. I am following the instructions in the T3 documentation which start by telling us to use the command npm create t3-app@latest. After doing that, we get ...
1 vote
1 answer
394 views

I created T3-app and my build fail on timeout error. If I change this line: const [leads] = api.lead.getLeads.useSuspenseQuery(); to const { data: leads } = api.lead.getLeads.useQuery(); the build ...
Itay Tur's user avatar
  • 1,972
-3 votes
2 answers
83 views

In my code, justify between does not work. Here is the code: import { Container } from 'postcss' import React from 'react' export default function Navbar() { return ( <> <nav ...
0 votes
1 answer
193 views

I have just started rebuilding a NextJs app using npm create t3 latest. I've selected typescript, trcp tailwind and prisma ORM. I don't want to use NextAuth because I have everything I need in Auth0 ...
0 votes
2 answers
349 views

I want to use tRPC with mutations to upload a file in Next Js / T3 Stack with Supabase. But no POST requests are working. The default 'post' mutation from the T3 stack template also does not work. ...
Luis's user avatar
  • 25
0 votes
1 answer
190 views

I'm building a POC using T3 Framework which uses tRPC and can't find a way to prevent the stack propriety on the HTTP response. I tried to set NODE_ENV to "production" and still get the ...
2 votes
0 answers
574 views

I am trying to deploy my create-t3 application to Vercel, the build is successful but when I go to the website the server has a 500 internal server error and the logs throw an error like this: ⨯ Error:...
0 votes
1 answer
324 views

"use client"; -- Some imports and interfaces const SubscriptionDataFetcher: React.FC<SubscriptionDataFetcherProps> = ({ children }) => { const [data, setData] = useState<...
0 votes
1 answer
178 views

I am having trouble adapting some code from pages to the app router in nextjs, i have this stripe trpc router export const appRouter = createTRPCRouter({ db: userRouter, account: accountRouter, ...
huud-e's user avatar
  • 3
1 vote
0 answers
215 views

When calling the auth.UserChecker mutation from my React frontend, the server responds with a 500 error. The mutation is intended to check user credentials during login. Also, the register page is the ...
OGZY MMO's user avatar
1 vote
1 answer
984 views

I am working on a project for work and we have a strict requirement for unit tests. I decided to go with Vitest and we're using Clerk for auth. I ran into two different issues and I'm not sure which ...
0 votes
1 answer
395 views

I'm currently working on a personal project with Nextjs (T3 stack) and i'm stuck implementing the synchronization between Clerk users and a user table inside my Supabase DB. My objective is to have a ...
2 votes
0 answers
291 views

I just want to connect my turso db into a t3 stack app with prisma I was following all the docs process https://www.prisma.io/docs/orm/overview/databases/turso But im stuck in the latest part when i ...
0 votes
1 answer
851 views

I am working on a T3 app with the following build structure: Route (pages) Size First Load JS ┌ しろまる / 22.1 kB 160 kB ├ /...
1 vote
1 answer
2k views

Did anyone successfully implement the latest Auth.js version in production with Docker? I am using the t3-stack (tRPC, Auth.JS, Prisma, Next.JS). I have tried to upgrade to the beta version with the ...
user avatar

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /