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
This issue is similar to #172 , but this time the header is X-Invalid-Path instead of X-Exists
Environment to reproduce
on CSCS machine dom, this is returning X-Invalid-Path instead of X-Exists .
last request: 400 {'description': 'Error on mkdir operation', 'error': "Could not chdir to home directory /users/akhosrav: No such file or directorymkdir: cannot create directory '/scratch/snx3000tds/akhosrav/delete_me/fff': File exists"}: sourcePath and/or targetPath are invalid paths
This issue is similar to #172 , but this time the header is
X-Invalid-Path
instead ofX-Exists
Environment to reproduce
on CSCS machine
dom
, this is returning X-Invalid-Path instead of X-Exists .last request: 400 {'description': 'Error on mkdir operation', 'error': "Could not chdir to home directory /users/akhosrav: No such file or directorymkdir: cannot create directory '/scratch/snx3000tds/akhosrav/delete_me/fff': File exists"}: sourcePath and/or targetPath are invalid paths
{'Content-Type': 'application/json', 'Content-Length': '218', 'Connection': 'keep-alive', 'RateLimit-Remaining': '9', 'RateLimit-Reset': '1', 'RateLimit-Limit': '10', 'X-RateLimit-Limit-Second': '10', 'X-RateLimit-Remaining-Second': '9', 'X-RateLimit-Remaining-Minute': '119', 'X-RateLimit-Limit-Minute': '120', 'Server': 'gunicorn', 'Date': 'Wed, 12 Jun 2024 12:11:28 GMT', 'X-Invalid-Path': 'sourcePath and/or targetPath are invalid paths', 'X-Kong-Upstream-Latency': '613', 'X-Kong-Proxy-Latency': '3', 'Via': 'kong/3.2.1'}
P.S. I first commented on #172 there a while ago, then I thought maybe it would be better to open a new issue, since I couldn't reopen that.
P.S. 2 How do I get the FirecREST version that is deployed on the server? would be useful for debugging.
The text was updated successfully, but these errors were encountered: