I want to ask about Cloudflare Cache-Control, does it support caching for Next JS getServerSideProps SSR now?
Next JS official documentation recommends using Cache-Control for caching the SSR response, with some note, saying Your deployment provider must support caching for dynamic responses.
There was a github discussion on next.js repository in 2020 saying Assuming you're not on a cloudflare enterprise plan. Cloudflare does not support caching responses from a server on their normal plans.
I want to ask if this is still the case? I am currently using Pro plan.
I refered to this nextjs[.]org /docs/going-to-production#caching
And the github discussion is in here github[.]com /vercel/next.js/issues/20380#issuecomment-749537226