I developed directory listing site and set it as an SSR site. I added export const prerender = false; in [slug].astro where listings are dynamically generated.
Locally, everything works beautifully as expected, but once I deploy to production in Netlify, I get 404 on some of the existing listings.
I tried "force clearing" the Netlify cache by various suggestions on the web, reinstalled the env variables on Netlify, etc but can't figure out what the issue might be.
Any tips are appreciated.