When automating a login flow on https://the-internet.herokuapp.com/login, Appium throws a Navigation took more than 30000ms error even though the page visibly loads within ~5 seconds (verified via video recording). The error occurs right after submitting login credentials.
"error": "unknown error", "message": "An unknown server-side error occurred while processing the command. Original error: Navigation took more than 30000ms. Please increase the navigationTimeout.", "stacktrace": "UnknownError: An unknown server-side error occurred while processing the command. Original error: Navigation took more than 30000ms. Please increase the navigationTimeout."