-
Right now it seems like the invalidate helper is only returned from the `useQuery` hook, which I think can make it a little clunky in situations where you need to invalidate the query from a component…
-
Hi, when I deploy my project in k8s, it throws the `Could not access root module file` error:
```
[32m[Nest] 1 - [39m10/16/2024, 9:06:49 PM [32m LOG[39m [38;5;3m[RouterExplorer] [39m[32mMapp…
-
**Is your feature request related to a problem? Please describe.**
It gets pretty annoying when using the `zodResolver`, that I need to infer the zod-schema type ***AND*** pass it into the `useForm` …
-
### Provide environment information
reproduced in prod env
### Describe the bug
I have a monorepo repo (https://github.com/tsironis13/nx-suite) with an AnalogJs app(eshop-admin) with SSR enabled. T…
-
### Describe the feature you'd like to request
I have an authentication scheme that is based on signing the operation with a private key and verifying that with a public key. This is easy to do wit…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
Arc…
-
https://github.com/t3-oss/create-t3-turbo/blob/e5620ddc86aa705b96dc9630d889882d152c1764/packages/api/src/trpc.ts#L137
Hi.
In `api/trpc.ts`, we have this
```ts
if (!ctx.session?.user) {
…
-
### Link to the code that reproduces this issue
https://github.com/juliusmarminge/trellix-trpc
### To Reproduce
no clue... happens seemingly random in prod, never had it locally
### Current vs. Ex…
-
## Description
Ensure that GitHub Issues are enabled for a user's repository during the application setup process. This involves creating a TRPC route using the GitHub TRPC router and the Octokit SDK …
-
### Provide environment information
n/a
### Describe the bug
As discussed with @KATT :
sse.ts `sseStreamProducer(...)` has some cancel conditions on which to abort further handling (namely, `opt…