Testing workflow doesn’t stop even when all steps are successful. When I click test workflow the icon spins until I click the stop icon. The message after clicking stop is ‘Workflow finished executing. It completed before it could be stopped’ The last step has the proper data and the steps succeeded under executions. Is this the expected behavior?
Workflow finished executing. It completed before it could be stopped
same problem here.
I guess websockets never get initialized. After cancelling the testrun, I can see a websocket requests fail with 401 because of failure to authenticate.
wss://domain/rest/push 401 Unauthorized
I deleted all the cookies but did not help.
Thanks for the solution!! This worked for me. I’m using nginx and after seeing this solution I researched how to proxy the websocket connection with Nginx. Here is the location block of my config.