Next.js Discord

Discord Forum

Caching question

Unanswered
Turkish Angora posted this in #help-forum
Open in Discord
Turkish AngoraOP
I am using the API in the Server Component, and I have a few questions.
First, if I using cookies, do I need to configure the cache settings manually?
Second, when I check the cache-control, it says "no-cache, no-store," but is it still being cached?

1 Reply

Bee
Can you just do this?
        res.setHeader('Cache-Control', 'public, max-age=60');

You should be able to do this in the pages directory with GetServerSideProps