We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If the system language in browser (and also in Cordova SDK) is set to slovenian, OneSignal cannot be initialized.
Same problem, different language was solved on issue: OneSignal/react-native-onesignal/issues/1568
@nan-li please update your server to accept slovenian language ( sl )
Firefox, Chrome (Chromium), Microsoft Edge
Windows 11 23H2
Set system/browser language to slovenian, then simply try init: OneSignal.init({ appId: XXXXXXXXXXXXX, });
It should login the user on URL /apps/$APP_ID/users with "language":"sl" but instead error 400 is returned.
/apps/$APP_ID/users
"language":"sl"
{"errors":[{"title":"The provided language value is not a supported ISO 639-1 value"}]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
If the system language in browser (and also in Cordova SDK) is set to slovenian, OneSignal cannot be initialized.
Same problem, different language was solved on issue: OneSignal/react-native-onesignal/issues/1568
@nan-li please update your server to accept slovenian language ( sl )
What browsers are you seeing the problem on?
Firefox, Chrome (Chromium), Microsoft Edge
What operating system are you running?
Windows 11 23H2
Steps to reproduce?
What did you expect to happen?
It should login the user on URL
/apps/$APP_ID/users
with"language":"sl"
but instead error 400 is returned.Relevant log output
The text was updated successfully, but these errors were encountered: