xtrinch/fcm-django

"error": "Server Error (500)"

huynd26 opened this issue · 4 comments

some FCM Devices can't retrieve, it displays the error " error": "Server Error (500)". I using fcm-django version 1.0.7
My FCM config:

FCM_DJANGO_SETTINGS = {
     # default: _('FCM Django')
    "APP_VERBOSE_NAME": "FCM",
     # true if you want to have only one active device per registered user at a time
     # default: False
    "ONE_DEVICE_PER_USER": False,
     # devices to which notifications cannot be sent,
     # are deleted upon receiving error response from FCM
     # default: False
    "DELETE_INACTIVE_DEVICES": False,
    # Transform create of an existing Device (based on registration id) into
                # an update. See the section
    # "Update of device with duplicate registration ID" for more details.
    "UPDATE_ON_DUPLICATE_REG_ID": True,
}

You should show the full details (from server logs) for the error

You should show the full details (from server logs) for the error

Thank you, but how to do that ?

how do you run django?

Old releases will not be bugfixed. Please update to latest version and re-open if the issue persists with a full log detail