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
Bit of an odd one, if you pick a file for the request body and then delete the file, clicking Send results in the request apparently running but never completing.
Debug shows an unhandled promise rejection
index.js:120342 Unhandled promise rejection: NotFoundError: A requested file or directory could not be found at the time an operation was processed.
window.addEventListener @ index.js:120342
Expected outcome
An error should inform the user their file is unreadable
Actual outcome
UI looks like the request is in flight but hasn't returned yet
Versions
App: 10.0.12
Platform: 5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
Steps to reproduce
Create POST request
Choose a file for body
Delete the file on disk
Click Send
The text was updated successfully, but these errors were encountered:
Bit of an odd one, if you pick a file for the request body and then delete the file, clicking Send results in the request apparently running but never completing.
Debug shows an unhandled promise rejection
Expected outcome
An error should inform the user their file is unreadable
Actual outcome
UI looks like the request is in flight but hasn't returned yet
Versions
App: 10.0.12
Platform: 5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
Steps to reproduce
The text was updated successfully, but these errors were encountered: