nextcloud-link icon indicating copy to clipboard operation
nextcloud-link copied to clipboard

Uncaught exception while creating folder hierarchy

Open ntma opened this issue 4 years ago • 6 comments

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?

ntma avatar Jun 03 '20 16:06 ntma