#Expected property name or '}' in JSON at position 4

1 messages · Page 1 of 1 (latest)

oak river
#

There was one or more errors when trying to execute the notification
I use in
Front-end "@novu/nextjs": "^3.8.1",
Backe-end "@novu/api": "^1.6.0",

oak river
#

<@&1320855419903672400> Any one can pleas provide me little bit help regarding this issue.

lone nacelle
#

@oak river

Could you please send us an email to [email protected]

Please send the email using the novu account email address

lyric jetty
#

Hello @lone nacelle I am experiencing this same issue 🙂

lone nacelle
#

@lyric jetty @oak river

I see this error occurs due to incorrect format Service Account JSON value in FCM integration credentials

#
{
  "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"
}
lyric jetty
#

Amazing thank you

oak river
#

@lone nacelle Thank you so much.