chrisfosterelli / akismet-api

Nodejs bindings to the Akismet (https://akismet.com) spam detection service
MIT License
54 stars 14 forks source link

TypeError: hexoid is not a function when using Akismet API with Formidable Implicit Dependency #264

Open seangray-dev opened 2 months ago

seangray-dev commented 2 months ago

I recently encountered an issue within a Next.js application after installing akismet-api version 6.0.0. When I attempt to use the Akismet client in my Next.js route handler, I receive the following error: TypeError: hexoid is not a function.

Environment Node.js Version: 18.7.0 Next.js Version: 14.3.2 Akismet API Version: 6.0.0

chrisfosterelli commented 1 week ago

@seangray-dev Thanks for the report. Are you able to provide a reproduction (or even an excerpt of what akismet-api function you're calling that is erroring)?