akismet-api icon indicating copy to clipboard operation
akismet-api copied to clipboard

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

Open seangray-dev opened this issue 9 months ago • 2 comments

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

seangray-dev avatar May 05 '24 16:05 seangray-dev