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
When I submit a request to publish a project I don't own because the associated paper has been published, using the form at https://www.ebi.ac.uk/pride/archive/projects/<accesion>/publish?r=other, the form submission throws an error:
In the JS console, I see the following errors: >chunk-vendors.5d4d3432.js:6 POST https://www.ebi.ac.uk/pride/private/ws/archive/v2/projects/publishother/PXD016582 404 >Uncaught (in promise) TypeError: Cannot read property 'defaultMessage' of undefined
The 404 response carried the following JSON payload:
When I submit a request to publish a project I don't own because the associated paper has been published, using the form at
https://www.ebi.ac.uk/pride/archive/projects/<accesion>/publish?r=other
, the form submission throws an error:In the JS console, I see the following errors:
>chunk-vendors.5d4d3432.js:6 POST https://www.ebi.ac.uk/pride/private/ws/archive/v2/projects/publishother/PXD016582 404
>Uncaught (in promise) TypeError: Cannot read property 'defaultMessage' of undefined
The 404 response carried the following JSON payload:
If I'm not logged in when I submit this request, I instead get 401 instead of a 404:
The text was updated successfully, but these errors were encountered: