Next JS Troubleshooting woes

7/11/2024

  • When you run npm run build you need to make sure your localhost is also running, or else it will use values from the cache. I have no idea why that doesn't launch localhost, but a work around is running npm run dev and then open another terminal and run npm run build