Hi, im getting this error when trying to create, update or delete an notification and cant understand why.
api docker image version: ghcr.io/novuhq/novu/api:15455820304f8e4f38fb7a42b2b94843af0c64c4
POST /api/v1/notification-templates
The payload:
{
"notificationGroupId": "6356e4e60a61b5212c79c6d1",
"name": "Test notification",
"description": "",
"steps": [
{
"template": {
"content": "content",
"subject": "subject",
"type": "email",
"contentType": "customHtml",
"name": "Email Message Template",
"variables": [],
"htmlContent": "content"
},
"_id": "e8c1e84f-9211-44cb-bf27-228b0b9a9818",
"active": true,
"filters": [
{
"children": []
}
]
}
],
"active": true,
"draft": false
}