I am trying to send a push message from the console to a push target created by my app.
I have just logged on to my app (flutter), it created a new target, The target Id is ID.unique() and the identifier of the target is the FCM token I generate before the createPushTarget.
When I try to send a message to that target (by selecting it from the available targets in the console (1.6.0, self-hosted),
It fails , and the error message is get is:
Failed sending to target {{tokenNumber}} with error: SenderId mismatch
The Token is the same token generated by the app.
I cannot understand where the SenderId is , I looked in the json file I imported info the push provider (projectId....firebase-adminsdk.....json), it is not there.
What am I missing?
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...