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
Right now the HTTP 404 returned when getting details of a non-existent file is used to determine if a file exists. This is generating error logs on the front- and back-end. Methods should be added to the FS API and FilesystemService to explicitly check for file existence.
The text was updated successfully, but these errors were encountered:
Right now the HTTP 404 returned when getting details of a non-existent file is used to determine if a file exists. This is generating error logs on the front- and back-end. Methods should be added to the FS API and FilesystemService to explicitly check for file existence.
The text was updated successfully, but these errors were encountered: