Bucle Error (Navigate To)

Good afternoon, I have a question. I created a configuration where the first step is to open the browser, go to the page (Navigate To), accept cookies (if necessary), then click the connect button. When you click that, the bot re-enters the page (Navigate To), and doesn’t enter the email and password (which is what it should do). At that point, a loop begins in which the page constantly reloads.

In the configuration editor, the bot works fine; the error is when trying to run it in a job.
I hope you can help me. Thank you very much, and have a nice day.

Try doing a little delay so the web loads properly before entering the credentials, that sometimes works.

I’ve already tried with delay, with wait for element and it doesn’t work, the page might start to reload infinitely.