Strapi API returning outdated information

I think this might be a cache problem. When I request the API for articles, and I change a featuredArticle property on one of the articles to true, it does not update when I refresh the page - the featuredArticle property remains false.

I think there must be a problem where strapi is cacheing the old information and not flushing changes.

This topic has been created from a Discord post (1224862672676192367) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Strapi itself has no built in cache meaning that cache is somewhere else, either at the network level, application level (if you have something like the cache plugin), or at the database level.

It was NextJS