We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing fastify v5, the backend immediately crashes with the following error:
FastifyError [Error]: fastify-plugin: fastify-auth0-verify - expected '4.x' fastify version, '5.0.0' is installed at Object.checkVersion (/home/ubuntu/fastify-auth0/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (/home/ubuntu/fastify-auth0/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (/home/ubuntu/fastify-auth0/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot._loadPlugin (/home/ubuntu/fastify-auth0/node_modules/avvio/boot.js:425:25) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'FST_ERR_PLUGIN_VERSION_MISMATCH', statusCode: 500 }
fastify-auth0-verify/package.json
Line 66 in e323b8b
fastify-auth0-verify/index.js
Line 46 in e323b8b
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 3.0.0 🎉
The release is available on:
Your optic bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When installing fastify v5, the backend immediately crashes with the following error:
fastify-auth0-verify/package.json
Line 66 in e323b8b
fastify-auth0-verify/index.js
Line 46 in e323b8b
The text was updated successfully, but these errors were encountered: