You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that we should investigate explicitly listing each dynamic route in the site during the build step. We can use a structure like this one: https://stackoverflow.com/questions/74606668/nuxt3-prerender-all-routes
And swap out the axios calls for GQL queries, the same ones we use to actually populate the pages, to generate URLs to pass off to nuxt3 to generate.
Current assumption is that, since we have no static routes defined, Nuxt is falling back on querying the live Strapi.
Currently the static build will still pull live data from Strapi.
Possible Fix:
Issues To Follow:
Resources:
The text was updated successfully, but these errors were encountered: