Autometrique
Autometrique
I finally managed to make it work by adding the module to the experimental "serverComponentsExternalPackages" in the next.config.js. Hope it will help others ``` experimental: { serverComponentsExternalPackages: ['@napi-rs/canvas'] }, ```
@mattt @mirko314 Hi! Thanks for this very helpful comment. I ran into this too. I'm fairly new to next.js with the app router and having a hard time trying to...
@mattt Would it be possible to update the documentation with a more detailed explanation on how to use replicate-javascript on next.js recent versions? 😃