Open dmytrokravch opened 2 years ago
Hi, @dmytrokravch,
It's possible to see your code, or can you please provide the code that you're using for calling the API in your Nuxt application?
Are you using asyncData
to encapsulate the call?
PS: If you think it will be easier to show me in a call, we can plan one and check it together, then I can make a summary here.
@dmytrokravch @Dawntraoz Did you ever figure this out? I'm seeing the same issue after updating to 1.2.x
— never saw the issue with <= 1.1.0
.
Hello,
I don't know if is this a problem with my config or a general problem with the SDK, because I didn't find the solution in your documentation and issues.
I want to use the "story" object data from "fieldtype": "multilink" for a multilanguage setup. And I saw that the "story" object does not appear on the server-side calls, I can see it only on the client-side.
Here is the example of storyblokApi response for both sides: server side response:
client-side response
nuxt.config.js:
package.json
Thanks in advance!