AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.72k stars 1.09k forks source link

Infinite loop with automaFetch #1769

Open alexey-v-paramonov opened 1 week ago

alexey-v-paramonov commented 1 week ago

Describe the bug My workflow is pretty straightforward and has no loops. At the beginning it makes a request to the server via automaFetch to get some JSON that is used later to control the workflow. The problem is that sometimes (not clear when/how exactly) even though it looks like the workflow worked fine from start to end - it continues making HTTP requests to the server with automaFetch and even ended up dDOSing our own server with billions of save requests sent to the same API endpoint used by Automa :-)

To Reproduce Steps to reproduce the behavior: Nothing special, just start the workflow, let it run. The problem will only disappear when I close and start the browser again forcing Automa extension to quit.

Expected behavior Automa is expected to stop sending requests to the server as soon as workflow is done.

Desktop (please complete the following information):