Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why cache option in useFetch not mentioned in documentation ? #22287

Closed
nasirDoe opened this issue Jul 23, 2023 · 5 comments
Closed

Why cache option in useFetch not mentioned in documentation ? #22287

nasirDoe opened this issue Jul 23, 2023 · 5 comments

Comments

@nasirDoe
Copy link

Environment

  • Nuxt 3
  • Mac Os
  • Chrome

Reproduction

https://nuxt.com/docs/api/composables/use-fetch#usefetch

Describe the bug

Additional context

No response

Logs

No response

@danielroe
Copy link
Member

let's track in #15445

@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2023
@nasirDoe
Copy link
Author

Sorry, how to disabled cache ? because when i updated data in CMS the data in FE still not updated ?

@danielroe
Copy link
Member

@nasirDoe It sounds like you have questions about static builds. Would you open a discussion or join the Nuxt Discord? 🙏

@nasirDoe
Copy link
Author

No, i build in ssr but API with laravel

@nasirDoe
Copy link
Author

nasirDoe commented Aug 7, 2023

Finally i solved my problem with

routeRules: {
    '/**': {
      prerender: false,
    },
  },

is this good ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants