You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
Brief summary
A panic can occur when working with
page.reload
and the response isnil
:Cannot convert undefined or null to object
.xk6-browser version
v1.7.1
OS
NA
Chrome version
NA
Docker version and image (if applicable)
No response
Steps to reproduce the problem
This is linked to this issue: #1387
What we may have forgotten is to check for nil before mapping the response.
Expected behaviour
No error.
Actual behaviour
Cannot convert undefined or null to object
Tasks
The text was updated successfully, but these errors were encountered: