Hey all, I have a quick question about SSR. I trie...
# ask-questions
s
Hey all, I have a quick question about SSR. I tried to search for it, but no success on my issue. TLDR: we have a React+SSR. I followed the documentation and that seems to be fine, but when we try to resolve the experiment on the server it return the default value (false) and on the client it resolves the experiment as (true). Any suggestion on what I could be missing?
s
SSR can be tricky because it can be difficult getting user attributes before reaching the client. Usually this is possible via cookies. You need to make sure you're setting user attributes when evaluating features so that GB can bucket the user appropriately
s
We are setting the deviceId on the attributes. The growthbook ready property return true, but for some reason when we try to resolve the experiment it return the default value, not the resolved one
Sorry. I found the issue. It was in one of the configurations I did it wrong. Thx tho!!!
s
Ok, glad it worked out!