You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering the "Error retrieving function spec from your Convex deployment" error when running npx convex-helpers open-api-spec. This prevents me from generating the TypeScript API specification.
To Reproduce
Navigate to the Convex project directory: cd /path/to/my/convex/project (replace with your actual path)
Run the command: npx convex-helpers open-api-spec
Expected behavior
I expect the command to successfully generate the OpenAPI specification based on OpenAPI Docs
Screenshots
The text was updated successfully, but these errors were encountered:
Issue
I'm encountering the "Error retrieving function spec from your Convex deployment" error when running
npx convex-helpers open-api-spec
. This prevents me from generating the TypeScript API specification.To Reproduce
cd /path/to/my/convex/project
(replace with your actual path)npx convex-helpers open-api-spec
Expected behavior
I expect the command to successfully generate the OpenAPI specification based on OpenAPI Docs
Screenshots
The text was updated successfully, but these errors were encountered: