ddev/ddev-gitlab-ci

Verify the job output

Closed this issue · 4 comments

GitLab Job log:
https://gitlab.com/ochorocho/typo3-distribution/-/jobs/7040611676

Possible errors:

app.FindContainerByType(web) failed
app.FindContainerByType(web) failed

Playwright seems to complain about the invalid ssl cert:

  1) [chromium] › backend.spec.js:4:1 › Backend login ──────────────────────────────────────────────
    Error: page.goto: net::ERR_CERT_AUTHORITY_INVALID at https://typo3-distribution.ddev.site/typo3
rfay commented

It seems you haven't done a mkcert -install here.

It is already installed. Even tried to run mkcert -install in the CI Pipeline but it seems to be already there.
See the Job log:
https://gitlab.com/ochorocho/typo3-distribution/-/jobs/7051081362#L23

$ mkcert -install
The local CA is already installed in the system trust store! 👍

SSL certificates are in place:
Bildschirmfoto 2024-06-08 um 13 41 21

rfay commented

Oh, I see, I think the chromium container is issuing this error. You'll have to make it trust the certs that you create with mkcer, or else use http.

app.FindContainerByType(web) failed
app.FindContainerByType(web) failed

Dunno why this is. But it does not harm in the CI.

The playwright issue is not related to ddev.