base of https://stackoverflow.com/a/40776082/13200808
add this code to next.config.js
webpack: (config) => { config.node = { __dirname: true, }; return config; },