Headless Errors With Firefox #14892
Unanswered
lostbuzz
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edit#2: I tried updating Firefox to version 85 and saw the same issue. However, switching to Chrome resolved the issue. Our production environment requires Firefox. Does anyone have any suggestions on this?
Edit#1: I found a similar discussion on SO where the container memory needs to be increased. I forgot to mention that the tests and my app are not being executed in a container.
I have a single test file in my setup which runs successfully on my local Mac machine but when I execute it on my Ubuntu 16.04 CI server executed via Gitlab, I see the following:

I do see the baseUrl error when executing locally so it appears to be benign. Is there something in my setup which is missing on the CI Server? If I output the TERM variable, I see "xterm-256color".
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions