You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having issues connecting our mobile clients to the launch darkly development server.
Specifically, the iOS build is prefixing the the value of the authorization header with api_key, so the development server is not recognizing the project. We are running into this line.
Example:
development server is started with project named example.
The iOS client is sending requests in a way which the dev server is interpreting the project as api_key example.
We are having issues connecting our mobile clients to the launch darkly development server.
Specifically, the iOS build is prefixing the the value of the authorization header with
api_key
, so the development server is not recognizing the project. We are running into this line.Example:
example
.api_key example
.We found the relevant swift code from the client:
To reproduce
Expected behaviour
Logs
CLI version
LDCLI 1.9.1
Client Version
We are currently in the process of upgrading to the latest, but we found this to be the case in
launchdarkly-react-native-client-sdk v8 and v9.
OS/platform
macOS 14.7
Additional context
Happy to propose a change;
The text was updated successfully, but these errors were encountered: