nangus5
nangus52mo ago

Convex Codegen produces no api.ts file

When I run npx convex codegen, I receive an api.js file in generated, but no api.ts with config specific to my project. however, I can deploy and convex dev just fine. the issue with this is that any time I make a change in my project to any convex type, I get type errors all throughout my next.js typescript. I have tried everything. clean project, new convex projects, blank folders containing only basic schema, resetting my code config. all of it. Please help.
2 Replies
Convex Bot
Convex Bot2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
kk960
kk9602mo ago
do you have api.d.ts?

Did you find this page helpful?