I have a question. In the company I work we are do...
# ask-questions
d
I have a question. In the company I work we are doing a PoC to integrate GrowthBook SDK into our Nextjs Pages router project. In GrowthBook I have 3 different SDKs, one for development, another for staging and another for production. All of them are working fine in development but when I deploy the application to staging the ClientKey is return empty hence I can't access my experiments and features I'm even using devMode in staging for debuging. Do you have any clue why this is happening? As you can see in the image the key is empty and is in staging. The URL for all environments are different. Maybe is because of that?
f
ya
that key should not be empty
how are you creating that key on production?
d
Thank you for your answer Graham, the issue its solved 😄 it was an issue from my side on how I was assigning the env keys in sta and prod. Great tool by the way and I can't wait to fully integrate this fully into our app and test other premium features