Skip to content

Prerendering with target=static and ssr=true #8837

Discussion options

You must be logged in to vote

I would expect that a webhook calling Nuxt to rerun nuxt generate would be successful in updating the pages with new content. Possible issues to investigate include'

  1. whether your CMS is returning the new data to API calls (perhaps it hasn't yet propagated by the point that Nuxt generate is running)
  2. whether you are indeed fetching the data with asyncdata/fetch
  3. whether you have a cache on your web host that is delaying the update

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JonathanDoelan
Comment options

@danielroe
Comment options

Answer selected by JonathanDoelan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants