When I try to run this code, which was previously working as expected, I got the message in the pictures below:
browser := GoogleChrome new.
browser headless: false.
browser open.
page := browser firstTab.
page get: 'https://mutabit.com'.
Why GoogleChrome is unable to open a web browser window? Any minimal test to run GoogleChrome with a GUI?
Pharo 10 error message:

Pharo 11 error message:
