-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Typescript: there is no way to make req.saveRequestFiles() works when we want to validate schema #313
Comments
Would you like to send a Pull Request to address this issue? Remember to add unit tests. cc @fastify/typescript |
@Eomm I am not really too good about Typescript. |
@meotimdihia Could you provide a minimal reproducible code? Further information, see: https://stackoverflow.com/help/minimal-reproducible-example |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@RafaelGSS @Eomm Please re-open this issue. This is the minimal reproducible code STEP 1 FAILEDWhen you upload files you will get this response STEP 2 OKIf you remove
|
Guys, any update on this? |
cc @fastify/typescript @simoneb could you take a look? |
I will be taking a look at it to see if I can figure that out |
With the code provided I have not been able to reproduce. Maybe you could give further code for this.
I will soon upload a PR to address this issue which will work with all of the above but the
Here I was getting
Addressing this in my PR Let me know if I can help with something else |
@Ceres6 is this fixed? |
@mcollina The problem with |
I'd say let's close this issue, the OP didn't follow up in months |
Prerequisites
Issue
I have multi problems with the plugin:
Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator. for this
attachFieldsToBody
,sharedSchemaId
,onFile
The text was updated successfully, but these errors were encountered: