When deleting a Business Analyst Project, there is an error that reads "Failed to remove this project."
Browser console error (below) appears to indicate its trying to delete files that don't exist (maybe cleared out from the content section of AGOL). Product needs to handle null objects.
Does anyone know how to delete these when this error occurs?
ProjectService.js:2 removeProjectError
ProjectService.js:2 TypeError: Cannot read properties of null (reading 'item')
at ae.collectProjectDataItems (Project2.js:2:5840)
at ae.collectProjectDataItems (Project2.js:2:23533)
at ProjectService.js:2:9512
WaitingUtil.js:1 TypeError: Cannot read properties of null (reading 'item')
at ae.collectProjectDataItems (Project2.js:2:5840)
at ae.collectProjectDataItems (Project2.js:2:23533)
at ProjectService.js:2:9512
DialogUtil2.js:2 TypeError: Cannot read properties of null (reading 'item')
at ae.collectProjectDataItems (Project2.js:2:5840)
at ae.collectProjectDataItems (Project2.js:2:23533)
at ProjectService.js:2:9512
Project2.js:2 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'item')
at ae.collectProjectDataItems (Project2.js:2:5840)
at ae.collectProjectDataItems (Project2.js:2:23533)
at ProjectService.js:2:9512
collectProjectDataItems @ Project2.js:2
collectProjectDataItems @ Project2.js:2
(anonymous) @ ProjectService.js:2
Promise.then
_executeOnProject @ ProjectService.js:2
removeProject @ ProjectService.js:2
onRemoveProject @ BusinessAnalyst.js:2
positiveCallback @ BusinessAnalyst.js:2
onClick @ DialogUtil.js:1
(anonymous) @ Button.js:1