Closed dannyBies closed 2 months ago
Hi @dannyBies, thanks for reporting the issue, unfortunately, we cannot reproduce it. But we suspect your project setup might have some problems. Please contact bloomreach support directly to resolve the issue.
Regards
Hi,
When I start my app I initialise the app like this::
After this I am fetching recommendations:
When I install the app for the first time and I immediately request data from the recommendation feed I consistently get the following output (includes retries):
There have also been times when the feed returned an empty array instead of actual data (which does exist, as reloading the app would make this data appear) - this doesn't happen reliably though.
I assume this issue occurs due to the user not being fully created when trying to retrieve feed data, resulting into a 404 when this SDK calls the recommendation endpoint. I'm wondering if there is a way to know when Bloomreach is 'ready' to be used? I assumed waiting for
configure
would be enough for me to use any Bloomreach API but that doesn't seem to be the case.