I get this error on appwrite console
Failed sending to targets with error: Utopia\Messaging\Helpers\JWT::encode(): Argument #2 ($key) must be of type string, null given, called in /usr/src/code/vendor/utopia-php/messaging/src/Utopia/Messaging/Adapter/Push/FCM.php on line 61
- Push notifications provider works
- I see on Auth user target is successfully registered
I get this error sending a push message from cloud console
Did you upload the Service account JSON file? Make sure its a valid json file and is not corrupted.
Recommended threads
- 408Database timed out. Try adjusting you...
408 I visited to my site, but it shows: An error occurred while connecting to the server. router_bad_gateway then tried to check my site logs but it shows Dat...
- Unable to add data for "user_id" column
I am using the Appwrite database and I have a table named events. When I add a column named user_id, I am not able to save data to that column from either the A...
- Example of Rows in upsert_rows function
what is format of rows that can be passed to upsert_rows function? result = tables_db.upsert_rows( database_id = '<DATABASE_ID>', table_id = '<TABLE_I...