79199144

Date: 2024-11-18 08:12:45
Score: 2
Natty:
Report link
  1. Check your next config file is correctly set up.

    const nextConfig = { reactStrictMode: true, }

    module.exports = nextConfig

  2. Remove package-lock.json, node_modules, .next folder and files and reinstall.

  3. If the issue persists, try clearing your npm cache and rebuilding. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mitsuru Kudo