Skip to content

Not Save afterSave for Parse.Object.saveAll #1318

Closed
@redblinkdevs

Description

@redblinkdevs

Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!

For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!

Environment Setup

I am using node js server to run code on linux server

Steps to reproduce

I write just after save method for a class
Parse.Cloud.afterSave("NotificationTitles", function(request) {

and in cloud function i am doing Parse.Object.saveAll(notificationTitles).then(function(notificationTitles) {

but the after save method is not calling , where as when i am saving one object it saving it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions