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
A question arose, is it possible to delete a directory (folder) using client.deleteFile?
When trying to do this, an error occurs Access to fetch at 'http://.....' from origin 'http://localhost:5173' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
But the files are successfully deleted, without an error CORS
The text was updated successfully, but these errors were encountered:
A question arose, is it possible to delete a directory (folder) using
client.deleteFile
?When trying to do this, an error occurs
Access to fetch at 'http://.....' from origin 'http://localhost:5173' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
But the files are successfully deleted, without an error
CORS
The text was updated successfully, but these errors were encountered: