I put this in webpack config on next.config ``` webpack: (config) => { config.resolve.alias["next/dist/shared/lib/router-context$"] = path.join( __dirname, "node_modules", "next/dist/shared/lib/router-context.shared-runtime.js" ); return config; }, ``` ### The error in terminal: 
I put this in webpack config on next.config
The error in terminal: