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
Telemetry shows rise of errors after v1.0.3 release:
rdhat.redhredhat.redhat-authentication.signin, registry-configuration; TypeError: Right-hand side of 'instanceof' is not an objectat
redhat.redhat-authentication.signin, subscription-activation; TypeError: Right-hand side of 'instanceof' is not an object
It seems not to be platform related, because it is reported on macOS, windows and linux.
The the stack for error should be reported to understand where it comes from. Stack should be striped of user local folders before included into telemetry.
dgolovin
changed the title
Error 'TypeError: Right-hand side of 'instanceof' is not an objectat` when creating registry service account or activating vm subscription
Error 'TypeError: Right-hand side of 'instanceof' is not an object` when creating registry service account or activating vm subscription
Feb 20, 2025
dgolovin
changed the title
Error 'TypeError: Right-hand side of 'instanceof' is not an object` when creating registry service account or activating vm subscription
Error TypeError: Right-hand side of 'instanceof' is not an object when creating registry service account or activating vm subscription
Mar 3, 2025
Good news is the reason for that error is role name change here from RHEL Server to RHEl Workstation.
Migration to new client is still needed, but that change above fixes the problem. Missing information in profile data, like 'Organization' field, is not the reason for the 'Bad Request Error' or one reported in this issue.
Telemetry shows rise of errors after v1.0.3 release:
It seems not to be platform related, because it is reported on macOS, windows and linux.
The the stack for error should be reported to understand where it comes from. Stack should be striped of user local folders before included into telemetry.
Depends on:
redhat-developer/redhat-javascript-rest-api-clients#11
The text was updated successfully, but these errors were encountered: