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
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:
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.
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!
The text was updated successfully, but these errors were encountered: