Clearing local storage but still getting an error on a backend method

When I open the method there is a hanging disabled block. Even when I delete it, and there is nothing hanging in the canvas, I still cannot deploy the method. Clearning local storage does not solve it.

Application ID: 4A47197B-AE30-FA84-FF56-0071F4010900

Cannot read properties of undefined (reading 'hasChanges')
TypeError: Cannot read properties of undefined (reading 'hasChanges')
    at F (https://develop.backendless.com/static/js/5187.761939e7.js:1:25136)
    at ms (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6054797)
    at dl (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6111909)
    at ac (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6098826)
    at ic (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6098754)
    at rc (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6098617)
    at Kl (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6095775)
    at Fr (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6039053)
    at Jl (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6096087)
    at De (https://develop.backendless.com/static/js/bundle.b5d9e837.js:2:6008328)

Problem description

Describe what you did in console that led to the error. Please provide a description of what actually happens. Be descriptive: “it doesn’t work” does not describe what the behavior actually is. This will help us with reproducing the problem.

Steps to reproduce

Please describe steps to reproduce starting from the first action.

Hello @Andreas_Marinopoulos

Sorry for this inconvenience.

I could recommend copying all logic into the new temporary method, and fully removing this one, it will fix this issue.