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?