#Expected property name or '}' in JSON at position 4
1 messages · Page 1 of 1 (latest)
<@&1320855419903672400> Any one can pleas provide me little bit help regarding this issue.
@oak river
Could you please send us an email to [email protected]
Please send the email using the novu account email address
Hello @lone nacelle I am experiencing this same issue 🙂
@lyric jetty @oak river
I see this error occurs due to incorrect format Service Account JSON value in FCM integration credentials
Correct format is as per this doc
https://docs.novu.co/platform/integrations/push/fcm#generating-a-service-account-key-json
{
"type": "service_account",
"project_id": "PROJECT_ID",
"private_key_id": "PRIVATE_KEY_ID",
"private_key": "PRIVATE_KEY",
"client_email": "FIREBASE_ADMIN_SDK_EMAIL",
"client_id": "CLIENT_ID",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "CLIENT_X509_CERT_URL"
}
Amazing thank you
@lone nacelle Thank you so much.