You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When choosing to create a Notification with FCM as the channel, the subject field is hidden, and so it cannot be defined. Because of that, whenever the notification is triggered, it fails with a NoneType error.
When choosing to create a
Notification
with FCM as the channel, the subject field is hidden, and so it cannot be defined. Because of that, whenever the notification is triggered, it fails with aNoneType
error.The check in question:
renovation_core/renovation_core/utils/notification.py
Lines 52 to 53 in 6749be6
Subject field is hidden when FCM is selected:

The text was updated successfully, but these errors were encountered: