getOffers method not returning offers when Audience is added to Activity
We created an experience fragment in AEM and exported it to target in JSON format and created an activity in Target using the JSON xf. We use getOffers method as per adobe document in AEM using react in SPA to get the JSON data on webpage. https://experienceleague.adobe.com/en/docs/target-dev/developer/server-side/node-js/get-offers#:~:text=Example-,Node.js,-const%20TargetClient%20%3D
Without adding Audience to experience we are getting JSON on webpage. But when we add Audience to Experience, we are getting response but JSON xf(offer) is missing in JSON. Do we have to pass anymore parameters? We use the same code mentioned in document.
@alexbishop @gokul_agiwal @ryanr7 @pratheeparunraj @ambikatewari_atci