(This is the closest channel I could find) I'm usi...
# sdk-react
s
(This is the closest channel I could find) I'm using `@openfeature/growthbook-client-provider`now but I'm using the
@openfeature/server-sdk
on node.js. I got the error
_GeneralError: Provider 'GrowthbookClientProvider' is intended for use on the client.
I understand that the growth-client-provider is for client side right now, the question is as a user of openfeature API that plan to use growthbook , which provider should I use?
s
Did you try
Copy code
@openfeature/growthbook-provider
?
s
thanks! it looks exactly like what I just wrote on Wednesday! going to use it