zbo14 / fastify-net-acl

🚫 Fastify plugin that restricts access to IP addresses/subnets.
MIT License
1 stars 0 forks source link

fastify-net-acl expects fastify-plugin 3 but 4.15 is installed #2

Open brucevanhorn2 opened 1 year ago

brucevanhorn2 commented 1 year ago

I'm trying to use fastify-net-acl in my project. When I start the project, I get a message stating my fastify app crashed because the fastify-net-acl plugin is expeting to run in fastify-plugin v 3.x and I have v 4.x. I can't downgrade because I have other plugins that require 4.x.

I've never created a fastify plugin before. I can help update it if you give me some pointers.

brucevanhorn2 commented 1 year ago

Nevermind, I was able to implement this with hooks. your project was an i spiration!