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
The function LoadStories() in StoryblokStoryClient class aggregrates URL's parameters that are different with parameters which we are using to call Content Delivery APIs of StoryBlok.
For example:
StoryblokStoryClient fixed URL with a param "&cb={DateTime.UtcNow:yyyyMMddHHmmss}", while our URL doesn't contain this param. So in our project, if use _storyClient.Story().WithSlug("home").Load(), then result is return 422 code Error.
Hi everyone,
The function LoadStories() in StoryblokStoryClient class aggregrates URL's parameters that are different with parameters which we are using to call Content Delivery APIs of StoryBlok.
For example:
StoryblokStoryClient fixed URL with a param "&cb={DateTime.UtcNow:yyyyMMddHHmmss}", while our URL doesn't contain this param. So in our project, if use _storyClient.Story().WithSlug("home").Load(), then result is return 422 code Error.
This is my URL as https://api.storyblok.com/v2/cdn/stories/home?cv=1680237492&token=1hfg5CmnrelP8fJT5llmWatt&version=published
The text was updated successfully, but these errors were encountered: