SOLVED
your browser has a local storage with a small limit for workflow memory, its more of a cache than anything.
if the error occurs open your Developer Tools via the browser hamburger menu -> "more tools"
in the console below paste: localStorage.removeItem('workflow-storage');
(this will not delete any of your actual workflows do not fear lol)
c
Chiranjeet Mishra
02/09/2026, 6:13 PM
Hi @Millz, Thank you for update. I will try reproducing this issue so that this can be patched in the future.
Chiranjeet Mishra
02/09/2026, 6:15 PM
awesome!
m
Millz
03/06/2026, 7:14 PM
just a heads up this is still an ongoing issue. im able to fix it the same way everytime, it happens every 2 weeks or so.
c
Chiranjeet Mishra
03/09/2026, 1:10 PM
Hi @Millz, Thank you for the heads up. We will be looking into this issue based on priority. We are sorry for the inconvenience.