I have recorded scenario to login to the application. Applications home page starts with https://applicationname.com prootocol, clicking on sign in navigates to sign page, sign page url starts with https://ssl.applicationname.com. Before performing sign in action, am getting the particular error.
Please do the needful.
Thanks,
Santosh
That error is usually a consequence of a previous issue. It means that this request is configured to follow a redirection of the previous response but that previous server response did not make any redirection.
I can see in your screen shot that there's an error in your INIT container, could you check it?
Usually such replaying issue is due to dynamic parameters that were not correlated.
You should look at the NeoLoad documentation here where you have some examples on how to handle such dynamic parameters.