79245290

Date: 2024-12-02 19:14:40
Score: 3.5
Natty:
Report link

base of https://stackoverflow.com/a/40776082/13200808

add this code to next.config.js

  webpack: (config) => {
    config.node = {
      __dirname: true,
    };
    return config;
  },

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: מוישי דויטש