-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working correctly #175
Comments
Hi @RogerBrusamarello , can you share a bit more about your setup and configuration of the SDK? |
Yes, sharing more details will help us diagnose it faster. |
I just follow the documentation, using the flag provider and the config/unleash client and receive that error. Really weird. Do you need something else? |
I found the issue, my project use SSL Pinning interceptor, so the package wasn't requesting correctly. I fixed with a workaround on fetch property. But after that I need to use react-native-get-random-value to work correctly. You could add this lib as peer dependencies. |
Describe the bug
I am receiving this error after building the app.
All my credential is correct.
ERROR Unleash: unable to fetch feature toggles [TypeError: Cannot set property 'Authorization' of undefined]
Steps to reproduce the bug
Just added the package and use UnleashClient or IConfig
Expected behavior
Work
Logs, error output, etc.
Screenshots
Additional context
No response
Unleash version
"unleash-proxy-client": "3.5.2", "@unleash/proxy-client-react": "4.3.1",
Subscription type
None
Hosting type
None
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: