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
If a non-201 response is returned by the web UI's call to POST /api/file/:fileType/:streamId/:branchName?, the UI for file import does not show the file or its status.
To Reproduce
When importing a file via the web /streams/:streamId/uploads.
After selecting a file
After clicking import file
If POST /api/file/:fileType/:streamId/:branchName? returns a 404 response
No file is shown in the list of imported files. No status is shown for the file.
Expected behavior
I expect to see the file listed and the error status reported.
Screenshots
System Info
Smartphone (please complete the following information):
Failure Logs
In the browser we can see the 404 response:
From the server logs we can see the 404 being returned:
Prerequisites
What package are you referring to?
frontend
Describe the bug
If a non-201 response is returned by the web UI's call to
POST /api/file/:fileType/:streamId/:branchName?
, the UI for file import does not show the file or its status.To Reproduce
When importing a file via the web
/streams/:streamId/uploads
.After selecting a file
After clicking import file
If
POST /api/file/:fileType/:streamId/:branchName?
returns a 404 responseNo file is shown in the list of imported files. No status is shown for the file.
Expected behavior
I expect to see the file listed and the error status reported.
Screenshots
System Info
Smartphone (please complete the following information):
Failure Logs
In the browser we can see the 404 response:
From the server logs we can see the 404 being returned:
Additional context
Proposed Solution (if any)
Optional: Affected Projects
The text was updated successfully, but these errors were encountered: