I’m hosting Datalore Enterprise 2024.1, Helm installation in AWS EKS.
Since yesterday, I cannot add files to newly created notebooks.
Error message:
Can't create file "New file". Url path: /datasource/files. Status code: 404. Content: Can't PUT to New file: directory can't be created
I can still normally add files to all existing notebooks, it fails only for new notebooks. In the datalore-0
container logs, I can see error lines like:
java.lang.Throwable: jetbrains.datalore.base.common.httpClient.HttpResponseError: Url path: /datasource/files. Status code: 404. Content: File not found: /opt/data/web-dav/0/su/...
Path /datasource/files
looks suspicious, as typically notebook files were saved under /data/notebook_files
path.