Next js app with SSR is not pre-rendering HTML, so web-scrapers cannot access the content – SEO
I have a next.js app that uses server side rendering. When running the application both locally and in production (on vercel edge), the initial page response is returning what looks like a javascript bundle, and not the fully rendered HTML…