Closed kseikyo closed 1 year ago
This isn't related to the specifics of your setup - logging ctx.prisma
will cause this, and there isn't really anything we can do about it as it's not specific to Create T3 App or tRPC.
Hey @kseikyo I am also facing same issue, how did you fix it?
Provide environment information
System: OS: macOS 13.4.1 CPU: (8) arm64 Apple M1 Memory: 108.92 MB / 8.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 16.17.1 - ~/Library/Caches/fnm_multishells/51275_1693072071250/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v18.12.0/bin/yarn npm: 8.15.0 - ~/Library/Caches/fnm_multishells/51275_1693072071250/bin/npm pnpm: 8.6.12 - ~/Library/pnpm/pnpm
"ct3aMetadata": { "initVersion": "7.19.0" }
Describe the bug
I've tried many different ways, browsers, clearing cache, flushing dns, etc. And I can reproduce even on a brand new t3 app. I'm not sure if this is a trpc or next-auth issue, so I'm sending it here.
When trying to run a query or mutation using the
protectedProcedure
and trying to access the context, the request stays pending until timeout, and a few session requests show up and also stay pending.I'm using the
GoogleProvider
, haven't tested with other providers.Reproduction repo
tbd
To reproduce
Additional information