Stephen Fisher
Stephen Fisher
I have a very similar error, which I don't think is the user being run in docker, but the command on install not properly installing the chrome driver. After running...
The base docker file runs Ubuntu Focal and NodeJS 14.17 ``` FROM ***BASE DOCKER FILE*** ARG CHROME_VERSION=96.0.4664.35 ARG EDGE_VERSION ARG GECKO_VERSION ARG GECKO_SKIP=true ARG EDGE_SKIP=true RUN apt-get update -y &&...
@soulgalore apologize for the length of time to get back to you. Been away with the holiday and stuff. Is that flag set as part of the `sitespeed` `ENTRYPOINT`? Also,...
Similar error when running `npm install` in my Dockerfile. Running an Ubuntu Focal image. The error I see when running this step is ``` > @sitespeed.io/[email protected] install /usr/lib/node_modules/sitespeed.io/node_modules/@sitespeed.io/chromedriver > node...
@mikeselander I ran into this issue as well. Just to share, it appears related to the `group` field. Here's the code I was using. It could be incorrect, but when...
@mikeselander no problem. It's just a simple array of fields with the appropriate values. ```php static $fields = [ [ 'id' => 'field-id-1', 'name' => 'Name-1' 'type' . => 'text'...
@deivibub Thanks for checking in, but that is not the case. It does appear to be related to the `group` property. Most importantly, the fatal error points to this property...