I'm using Nuxt and Slice Machine for my project. I have one main locale, which is Dutch and a secondary locale, which is English. For my reservations page I use the Dutch uid 'reserveren' and the English uid 'reservations'.
When I call the slice-zone all goes well for both locales. But when I try to retrieve the document in asyncData it only returns a document on the Dutch page. On the English page it returns undefined. I use the following code:
You don’t need to add the language query option to retrieve documents in your main locale (Dutch) but you do need to include it to retrieve documents in any other locale.