I have a nuxt js app that when linked to from an external source loads the page but does not call the api to pull through the dynamic content.
The api loads fine when using <nuxt-link>
from within the site and the server config seems correct as the page loads (header, footer etc).
I know about the generate property in nuxt.config, but would this not just create static pages of all the content currently in contentful rather than making the call upon loading the page.