-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Generation fails with spec issues #5
Comments
Hi @Haarolean, I will let you know once this issue is fixed. Thank you. |
hey @vijayasingam-paddle , any idea when this will be done? I am using cloudflare pages to deploy my nextjs app but that is not supported because of some edge runtime issues. I want to create a typesafe client but all the codegen tools are breaking with this openapi spec. would really appreciate any timeline here |
Hello 👋 We did fix the issue with empty objects( We are trying to find the best way to fix the other issues we encountered. @dvrfluxchat, Thank you. |
Node SDK does not work in edge environment because of the node:crypto module being used in few places, for now i forked the sdk and removed the dependencies and it works fine in edge. |
Are there any updates here? |
What happened?
Some parts of the contract contain invalid spec syntax, like this one: https://github.com/PaddleHQ/paddle-openapi/blob/main/v1/openapi.yaml#L4170
Steps to reproduce
What did you expect to happen?
to get a bunch of generated classes
Logs
The text was updated successfully, but these errors were encountered: