excluding_fields
ignored when passing language
#1229
Labels
pending-author
[Issue] Awaiting further information or action from the issue author
pending-triage
[Issue] Ticket is pending to be prioritised
Describe the issue you're facing
When using
getStories
, I want to exclude specific fields.This works fine:
As soon as I add language, the field
richtext
is being returned.body
,metaTitle
,metaDescription
are still excluded.The bad thing:
richtext
is the most important field which I really need to exclude.If it helps:
richtext
is a translatable Richtext fieldSame thing is happening whe using the API directly
GET
https://api.storyblok.com/v2/cdn/stories?version=published&with_tag=review&excluding_fields=richtext,body,metaTitle,metaDescription&language=itReproduction
Steps to reproduce
See code in issue description
System Info
Used Package Manager
yarn
Error logs (Optional)
No response
Validations
The text was updated successfully, but these errors were encountered: