-
Notifications
You must be signed in to change notification settings - Fork 198
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
FATAL: OneSignal AppId: (null) - AppId is null or format is invalid, stopping #946
Comments
I'm using v5.0.5 and have the same problem. Is there any update regarding this issue? |
@v12cicd I solved my problem. It seems, that the error message After changing |
Happens for me in Capacitor with Anyways it has negative effects, because the subscription id is null in the sdk if this happens. |
On Ionic / Angular you can add the following line before the OneSignal Plugin Initialization: await this.platform.ready(); This also seems to fix the error! |
For anyone coming to this thread who uses Meteor (Cordova under the hood) I found this worked:
|
Hi everyone, since you are using one of our cross-platform SDKs, this is a misleading error message that prints from the integration of our cross platform SDK with our native iOS SDK. Please check your logs to see if the following prints after the FATAL log, that the App ID is successfully set, so you can safely ignore the error log.
This is an alarming error log and misleading, we will work on suppressing or rewording the log. If you are seeing other issues or side-effects, please open a new issue with your description. |
What happened?
app stuck juste after the lunch screen
Steps to reproduce?
I followed exactly the steps described at the wiki page https://documentation.onesignal.com/docs/cordova-sdk-setup
What did you expect to happen?
at the minimum the app works
OneSignal Cordova SDK version
5.0.4
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: