Hi tentwentyfour team,
I am developing a server which needs to create a folder hierarchy in nextcloud on user demand.
I stumbled into the case where losing the connection to the nextcloud server while executing createFolderHierarchy results in the following uncaught exception:
TypeError: Cannot read property 'statusCode' of null
Since this function does not throw any exception, I end up with my server being killed.
Is there a workaround for this?
Hi tentwentyfour team,
I am developing a server which needs to create a folder hierarchy in nextcloud on user demand.
I stumbled into the case where losing the connection to the nextcloud server while executing
createFolderHierarchyresults in the following uncaught exception:Since this function does not throw any exception, I end up with my server being killed.
Is there a workaround for this?