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
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
There are two situations in which the settings service could not be available. At the moment, sdk is returning an empty array in both situations.
1: Settings service is not set up / configured at all. -> valid to fall back to defaults
2: Settings service is temporarily not available. -> should throw an error instead of returning defaults. Would be confusing for the user to fall back to defaults.
We need to discuss this. It's probably a good idea to fail on temporarily not available settings service.
The text was updated successfully, but these errors were encountered:
There are two situations in which the settings service could not be available. At the moment, sdk is returning an empty array in both situations.
1: Settings service is not set up / configured at all. -> valid to fall back to defaults
2: Settings service is temporarily not available. -> should throw an error instead of returning defaults. Would be confusing for the user to fall back to defaults.
We need to discuss this. It's probably a good idea to fail on temporarily not available settings service.
The text was updated successfully, but these errors were encountered: