informatics-isi-edu / hatrac

Simple object storage for collaborations
Apache License 2.0
3 stars 1 forks source link

Upload/Download not working on PDB DEV #67

Closed svoinea closed 1 year ago

svoinea commented 1 year ago

Scenario on dev.pdb-dev.org and dev-aws.pdb-dev.org:

Try to download https://dev-aws.pdb-dev.org/hatrac/dev/pdb/submitted/uid/c132fc86-d274-11e5-ae87-4f243cf37ae5/entry/mmCIF/fc3111a0fe06411e2822d34eefda219d.cif:E2LNR7MPA26HUCT2LBEKYKAOTI

Result: NOT FOUND

In the ssl_error_log file:

128.9.16.41 - https://auth.globus.org/c132fc86-d274-11e5-ae87-4f243cf37ae5 [07/Sep/2023:18:28:07 +0000] "GET /hatrac/dev/pdb/submitted/uid/c132fc86-d274-11e5-ae87-4f243cf37ae5/entry/mmCIF/fc3111a0fe06411e2822d34eefda219d.cif:E2LNR7MPA26HUCT2LBEKYKAOTI HTTP/2.0" 404 207

Possible to be related to webauthn.

When you try to upload a file (create a new record), the ssl_error_log file is showing:

[Thu Sep 07 18:40:52.298703 2023] [wsgi:error] [pid 3812790:tid 3812955] [remote 128.9.16.41:15369] in GET /session, referrer arg is 'None', Referrer header is 'https://dev-aws.pdb-dev.org/chaise/recordedit/'
svoinea commented 1 year ago

Problem fixed by running pip install --upgrade flask and service httpd restart.