Hello, it's my second project with Prismic (and I love it) & the first with NUXT.
I've some trouble with $prismic.api object,
$prismic.api.getSingle('header_menu')
The response is:
As you can see in the attachment in the dashboard the response should be different.
The only way to have the response updated is to change the access token... This obviously it's not sustainable.
How can I fix this problem? Where I'm wrong?
This is only if i run yarn dev command, if I use yarn generate and then yarn start data it's correctly updated.
Thanks in advance.