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
plugin:find-unlinked-files:637 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'forEach')
at eval (plugin:find-unlinked-files:637:33)
at async Promise.all (index 0)
at async FindOrphanedFilesPlugin.findOrphanedFiles (plugin:find-unlinked-files:681:5)
Specifically here:
awaitPromise.all(canvasParsingPromises);
Due to nodes being undefined:
canvasFileContent.nodes.forEach((node)=>{}
The text was updated successfully, but these errors were encountered:
Exception:
Specifically here:
Due to nodes being
undefined
:The text was updated successfully, but these errors were encountered: