-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot use this plugin on fastify 3.x.x #114
Comments
Use v6.0.1, v7.x only supports Fastify v4 and above. |
Ok It works. |
I think the issue should remain open until README.md has been fixed. Right now it states the following:
Nowhere does it tell which version should I use to target Fastify 3. |
Would you like to send a Pull Request to address this issue? |
I submitted a PR. I hope I did it correctly |
Prerequisites
Fastify version
3.29.0
Plugin version
7.0.1 - 7.0.0
Node.js version
16.x
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
ArchLinux
Description
On task startup I obtain this error:
fastify-plugin: @fastify/formbody - expected '4.x' fastify version, '3.29.0' is installed
I think that this check is wrong (this version must be compatible with Fastify 3.xx)
Steps to Reproduce
Expected Behavior
Plugin works as expected using Fastify v3.xx
The text was updated successfully, but these errors were encountered: