Answers about attributes
Questions and answers from the Croct community about attributes.
0
Why does my attributes object work in React but not in Next fetchContent?
took an attributes object that worked fine with useContent in a plain React app and moved it into a Next server fetchContent call. the values are just not…
1
Requests started failing after we enriched context attributes with a big object
We run a marketplace and started passing our product object as context attributes so audiences could target by category, seller, price range, etc. Worked at…