I have a website built with Next.js. I tried using BlazeMeter Functional Test for my login flow, but it always fails to wait for the server response.
When I click the login button after entering the username and password, I checked the backend logs and saw that the API returns a 499 status code. It seems the functional test does not wait for the server to respond.
I tried adding “pause for” and “wait for” steps, but as soon as the “click login button” step is reached, it still doesn’t wait for the server response.
Kindly need your help.
Thanks