Using the ssr project of nuxt.js, there is no cache in the configuration item, and the page data on the server side has a strong cache during actual development.

the project is a ssr project using the nuxt.js framework, and the nuxt version uses version 1.x. In the configuration project, nuxt.config.js does not set caching. Why is the data from the actual development server strongly cached, the data obtained from the server is old and cached, and the data initiated by the client is up-to-date, and it is not possible to try to resend the project? is there such a problem?

Feb.07,2022
Menu