No autocompletion for HTTP client
I have a problem the using this convex http client on the server on NextJs 13, I'm not getting any intellisense on the api. it's not working!
1 Reply
Does it change at all if you use a relative import for api instead of the
@/convex/_generated/api
?
does hovering over api
show anything, is that type understood by the editor?
Are you using TypeScript in this project? @Mohamed EL GUARIR