DanielD
Convex Community3mo ago
1 reply
Daniel

'fullApi' is referenced directly or indirectly in its own type annotation.

🪲Bug Report
Since upgrading to convex 1.30.0 and enabling ts codegen in
convex.json
like this

{
  "functions": "src/",
  "codegen": {
    "fileType": "ts"
  }
}


builds of our app fail with the following error in
_generated/api.ts
:

'fullApi' is referenced directly or indirectly in its own type annotation.
Was this page helpful?