edulution-io / edulution-ui

https://edulution.io/
2 stars 0 forks source link

Replace with CustomException after resolving 500 error on command execution #217

Open Maddi02 opened 14 hours ago

Maddi02 commented 14 hours ago

Replace with CustomException after resolving 500 error on command WebDAV - Copy execution

Description

Currently, a 500 error is thrown during the execution of a WebDAV Copy command, although the copying process completes successfully. This issue prevents the replacement of the current error handling with a CustomException.

Steps to Reproduce

  1. Execute the command as described in the relevant code section.
  2. Observe the 500 error, even though the copying process works as expected.

Expected Behavior

The command should complete without errors if the copying process is successful.

Current Workaround

Waiting for Arnold's analysis to identify the root cause of the 500 error.

Next Steps

Once the error source is identified and resolved, replace the current error handling with a CustomException. --> filesharing.service.ts duplicateFile