Upload Hang - 1.4.2

What is the problem?

I recently updated to 1.4.1 and1.4.2.

Every time I upload a file to server the progress bar hangs. The file seems to be uploaded after I manually refresh the page on the browser. Not a major issue but it gets annoying after a while.

What did you already try to solve it?

Updated from 1.4.1 to 1.4.2

Complete Logs

Uncaught TypeError: Cannot read property 'indexOf' of undefined
at HTMLDivElement. (packed_plugins.js?ea3b1f11:629)
at Function.each (packed_libs.js?df208d52:1)
at w.fn.init.each (packed_libs.js?df208d52:1)
at addEditButtonsToGcode (packed_plugins.js?ea3b1f11:613)
at ItemListHelper.self.files.listHelper._updateItems (packed_plugins.js?ea3b1f11:828)
at ItemListHelper.self.updateItems (packed_core.js?3793bbce:605)
at FilesViewModel.self.changeFolderByPath (packed_core.js?3793bbce:106)
at FilesViewModel.self.fromResponse (packed_core.js?3793bbce:101)
at Object. (packed_core.js?3793bbce:97)
at u (packed_libs.js?df208d52:1)

packed_core.js?3793bbce:718 Error calling onSettingsHidden on view model GcodeEditorViewModel : TypeError: Cannot read property 'indexOf' of undefined
at HTMLDivElement. (xxxxxxxxx/static/webassets/packed_plugins.js?ea3b1f11:629:45)
at Function.each (xxxxxxxxx/static/webassets/packed_libs.js?df208d52:1:2573)
at w.fn.init.each (xxxxxxxxx/static/webassets/packed_libs.js?df208d52:1:1240)
at addEditButtonsToGcode (xxxxxxxxx/static/webassets/packed_plugins.js?ea3b1f11:613:75)
at GcodeEditorViewModel.self.onSettingsHidden (xxxxxxxxx/static/webassets/packed_plugins.js?ea3b1f11:805:21)
at callViewModelIf (xxxxxxxxx/static/webassets/packed_core.js?3793bbce:717:126)
at xxxxxxxxx/static/webassets/packed_core.js?3793bbce:711:138
at Pn (xxxxxxxxx/static/webassets/packed_libs.js?df208d52:1:92204)
at Function. (xxxxxxxxx/static/webassets/packed_libs.js?df208d52:1:102635)
at callViewModelsIf (xxxxxxxxx/static/webassets/packed_core.js?3793bbce:711:95)
callViewModelIf @ packed_core.js?3793bbce:718

Additional information about your setup

| hardware:
| cores: 4
| freq: 1500.0
| ram: 1979641856
| os:
| id: linux
| platform: linux2
| plugins:
| pi_support:
| model: Raspberry Pi 4 Model B Rev 1.1
| octopi_version: 0.17.0
| python:
| pip: 19.3.1
| version: 2.7.16
| virtualenv: /home/pi/oprint

Google Chrome: Version 84.0.4147.105 (Official Build) (64-bit)octoprint-upload-hang

Disable the GcodeEditor plugin. Known issue with that third party plugin.

Whenever encountering an issue, try safe mode first. If the issue vanished then it's a third party plugin and not OctoPrint that's causing the problem.

Thanks for tip!