Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue #24: "One or more exceptions occurred while processing the subscribers to the 'item:deleted:remote' event" #36

Merged
merged 2 commits into from Feb 9, 2023

Conversation

ghost
Copy link

@ghost ghost commented Feb 9, 2023

The error occurs when extracting "ParentID" from the "args" parameter because the "ExtractParameters" method would work with a "SitecoreEventArgs", but we have an "ItemDeletedRemoteEventArgs" and that's why we get the error.

image

image

krisztianjofoldi and others added 2 commits February 9, 2023 12:13
Fix "One or more exceptions occurred while processing the subscribers…
@ghost
Copy link
Author

ghost commented Feb 9, 2023

Related to #24

@akshaysura akshaysura merged commit 2889daa into akshaysura:master Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants