-
Notifications
You must be signed in to change notification settings - Fork 189
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
TypeError: Cannot read properties of undefined (reading 'original_source_node_id') #4332
Comments
I believe this occurring in one of the returned changes processing functions |
can i work on this? |
@nick2432 This is already assigned |
@vkWeb I suspect is this happening when a copy change is relayed to a second editor after it's applied on the backend (this code here https://github.com/learningequality/studio/blob/unstable/contentcuration/contentcuration/frontend/shared/data/applyRemoteChanges.js#L152) |
@bjester I tried that, but didn't observe any console errors. Let me re-try and will follow up on Slack. |
@vkWeb The important aspect of the second editor is that they can't have already loaded the node that was copied. So it needs to be a node that both can access but the frontend needs to not have already loaded it into indexeddb |
@bjester Got the error! Sir what made you think like that? Like I want to know what signalled you that we need to make sure the second editor shouldn't have loaded the node to indexed DB? |
@vkWeb Since the error was related to accessing |
@bjester Okay, nice sir! |
Sentry Issue: STUDIO-GBG
The text was updated successfully, but these errors were encountered: