feat: implement doctrine-based fulltext search #312
Annotations
29 errors, 6 warnings, and 2 notices
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode):
playwright/support/fixtures/Collective.ts#L130
5) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/10/pages/129
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: I13mIlii9wiGF2qoNVt8Khmh2Q97S0n9Zly5TL6XRqE=:SyekVRnEgzrMQVnabCE+SSzkmFc/fwSrNQ/+PdHUc9I=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 38
- cookie: oc_sessionPassphrase=CUcL6qdC9CV4EUTWhOff7fNQDZbjpojRRRcD4VNByIHWvtyWYkrZdOSrVk6iKKwX5BLBSAhKy3sIZCSZ6BS7rcmGXumPLYOQpE%2F%2F3C9nCo9N3VTDHc2jA%2FQQpcwnKdgx; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=961fdi2qgdnur0o72fr3q3jvgs
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:43 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: p8oBhGXWCALlEB2Nx6TO
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: 4xujy
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode):
playwright/support/fixtures/Collective.ts#L130
5) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/9/pages/118
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: OQ5Gm1ZJP4OCr0zO3T6O3da52X97Pr4uEei2CxtLdrg=:XXYi7iUHcNTsyQmvlUrqquX47xkLbYdhKIqdQFMvPYk=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 38
- cookie: oc_sessionPassphrase=ZNtfGf69SgTG4gXTUwi%2FGHFCd3TBukkNY6%2Fb%2FfrltMuZx10jfutvdlTpHZGla588RxDKpostHHXH1hjmDVeklxhvLQk8kwgDp6p4t5G%2BJxmACPSYsW9ZRuVxhQcTzill; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=b0uov3gpvbehrma4tomvf3sp9k
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:40 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: 41PeXbsVrfcED8yZj8cp
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: qrodw
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
4) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/8/pages/107
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: BHEljw9iIhF5wVk623gCHA/t7vnGXUnCFBw96959x0o=:PThfv1w3Zn84sS1TsB5vUUeLiaGALSj6TH5xjrI6gA8=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 38
- cookie: oc_sessionPassphrase=ALexlu629zkuliaJUOYoo8emRKdngj0F2s8JGJVd2ac9eqwuPzJ41QvWURQPDbhetDui6NP7hI2J4BF%2FX0QV9XrPrU7jnpCPDvSSwUKShTpHxkRfheTkdkwdy3mbVMZK; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=mrdmq3jf575bokocertada61qc
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:36 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: AKwPEpVMXVxHKW3xgPXa
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: pidv5
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
4) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/7/pages/96
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: e5XuG5+LF2PuuO+XC+HTiLscYYDfvJMjwwc5hMf5i20=:Mu2YX/3/JRG81IHxR9KW4dh+LcWs/fRkmzFR9ZHS2j4=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=m%2F8PhK99Q4x8FPZjTA7kSGPrINZEWxl1c1%2FGAoWlE09jEpol29hrmT%2BreTAmxk4%2B90IYKSLVs4%2FErR%2Fnn9e7McHg7NqYjHwZYQW2bJu%2B7HjMy09LMqadAvhGsfsdeA4U; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=rlohrqd53if23dnj8dje677h3m
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:33 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: J22kn6D8n9AFWqiQ2YDq
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: hxcpr
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
3) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/6/pages/85
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: uiHJ7PMfIc4CAPHdq+kzRy9Zmt+Xm1dngZ2YJxXBCkk=:+XOM2sQoZ4FmK8bvx6BcC3kW7qnu4zMK+PPIQiOyWiA=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=2STtS2BkPTnXEb9qrkA10W3TL6dwqFerYU2A5VBqpGxdwX57oKWG9LDXyEFMCaf3Mwm7E8HtyGJPoeFjk3MaYNlqd617xeigZ50xclGqt92zL5wSKy9BT6e%2Bi%2B4IEVKM; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=cm2gppqmcu29rm761rn3qa51nh
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:29 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: Wl9J0prqNXVeOu7ZDNIe
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: dk6m1i
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
3) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/5/pages/74
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: gy8EJotWRXsWm1XW7tXZBzVoh+nFPhHW5ky/ScauyMk=:s1grX6RiJi090iDjwYGcRlotxZqCTWmBlxXSGJ/pkJk=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=asxMMjea0IpJ59qI%2BTxtL5hmBvYfdDKerpIpgE8nHjfsIG6pZDOtfJcTCj7t4ERK1wxTlh%2FszzkevjVbY22bp5Ns%2F5nUX0cWSE9FrYduHJrv97QvQvbj%2FY12s3SJ9bhm; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=hhh3vqkp4datlu56ngmcij6gm0
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:26 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: RRvML3qZOHxYl5Ot8IOe
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: gpgepj
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
2) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/4/pages/63
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: y7GrHIm2+HtpI/xCQYsJ80VLnBt2EtZ6RrQiIOd4sMs=:oN/zRs6BzT0xZZ0EAsxfnTYkrSgbQOAccu1Qc4Ao54k=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=I%2F%2FK9MdO0ZLBBCVMGD6J%2F0QxaPaJv%2FAuUcrEiXKQZ3BYMPzbOR%2Fy6q%2B1qJyLoF0jgTztJUCQ3oD%2Bq4%2FRK%2BcL2vZq6ABULdo78w1VgO8ns0K0RjWQCBL7%2F5GEpl5R6P3z; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=skjgfml5hisd6bg6itr2oblfdt
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:22 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: OcNp4PdahYQ2SheLGbku
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: xzeknj
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
2) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/3/pages/52
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: ZpYIOz2YDy+sa0697hDjuViK+RTVKQIySjneQeruKUw=:IudRbA+zS12dO2WEnzvT+irbnn2sAkl3KFiPALKvAiQ=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=CqYS8NZb1DMo4Q%2BfVmh%2B3%2Bz%2BJJCsoGvq%2BCKXjE9I8Vms7BsPB0zYLzfHHSFwtUK3ObM0n76AZ7ZVFizPfp0%2B9u1QBSI9jCMMJYyw5khUA5F4FcxT4rNJra55VwDaE%2Fut; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=mqjrfj7i43he62c2ci26tk8318
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:19 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: zE9Qcf6Yx5bchBcqe0Uk
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: j0du1
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
1) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/2/pages/41
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: a3PmIH0gV29Y2MPMvOfTEtB926QUtsktCbTF20kD3Zk=:OwCOGRATbig0oLL/8MiEI78MucJ53ZF0ceGUrjhOv60=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=zz2iX859LIe1YkEpF6Kp3BBplsupecu6VdVG4pd%2FtVd6Qaq4ZIznRZUzLzOVmZRB0IUgdItU%2FpWVPcKpjRDVT8le%2Fiqbx%2FNiiguzxFtiVy5bPKrwnq9yXPvqx0KDbVHT; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=errqv2o8cbnajufhn54u5l0t6g
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:15 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: kQzWIbNyKWTR1N82WT68
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: eh2yx
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
1) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/1/pages/29
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: O1kyRz4ngEV29oqALGROy0bPMPAEZgA5zNPg38xUNK4=:QWBbEFlUryQXmrv1HSdlhxzgXrwvCjVNmviNkag5W+k=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=kgaQ6ctd1LWHfO20Bf4z44QfSH3jEwizsASxqG6Aysm7%2B0gTO4%2Bhw%2BusiKIzBELynO1l2BPD6xm%2BkCprPHArdKdGaY%2BEAup02mzmguNcXt5lwAUAgSvHTAf9TYkiZo92; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ockw9zcju3v2=7ncff8087sdrsr80ce1iibq5pu
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:12 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: xXZKysfaOaT7vHACrdED
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: edfzg
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
test (stable32, 2, 3)
The strategy configuration was canceled because "test.master_2_3" failed
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode):
playwright/support/fixtures/Collective.ts#L130
5) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/10/pages/134
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: mrS6DMKX4RssjNl+Yk8C6MRvdCgYxWhdZ6LhaN++htM=:4ufqea6kzkEV7oAyJ3lli7AWOXFfhwckKvaRLu7utbc=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 38
- cookie: oc_sessionPassphrase=M6VY8%2BMrrXsuuKq8MsuEiyueeZqsWq10h7Tr5WTP2RD1qEEU7X0X8ebYuqWAiSyPPeSmVnYZDe23ReCn6XJGg8CRJFlusId%2B%2BK3d0cclptXMFQD72DaU6d2USSc6uzVX; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=bj97cd9dlmi2i9iontnu6pkoia
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:45 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: M8SKO4LQknTiRw8S7EQa
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: rfkyd
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode):
playwright/support/fixtures/Collective.ts#L130
5) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/9/pages/123
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: fTqXP0s5EnYsBHZk4UOwMglxTOoRasrAdrWSwwCh+iY=:NXHyVi9rSANAMAQrjQj7aEETeZpJOaH3HvTVm0nkuRU=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 38
- cookie: oc_sessionPassphrase=R32BywZmLCnghFHSMKZ9zMzp55gaJX%2FsR7wCqTQTFJ3Yaqu61Vz99YekCi%2FsOYTiaBMEa%2BiUV0N7XDO5MJhEyPU2%2Bq%2FGjkl0UByweOnzD7gOmGMmgz7bLXPCjJaFt6ot; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=j1j1b6nfujdv522h12lnangert
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:41 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: 3hbLdZDQszePNBtST2Wo
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: otdkw
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
4) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/8/pages/112
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: cZ6+v90c1eig9cDyyK7ojL4sUEd+wr9Vhx0xBoww0+s=:CfSR3ehGp5r2hYfEsPiK6O0aBCUdr8dtsS9BMtR2hIY=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 38
- cookie: oc_sessionPassphrase=Q9BwacuISonLRKvNegelzDFByNW0x5Zvek5S5TCb3J1BxKc1TNd8OyLO%2Bx0KAO47ijadUQS8GOxSHI0QQBpCqVrpIWiPTH867WeGrVkt51nPwYPyeC2r5KNiscwru32M; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=1frdelrvtu0gbd54tn0eqjkjnp
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:37 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: dyL5Y4YpHVLM2jDF97yT
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: uf29ih
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
4) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/7/pages/101
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: HkV97S7ibBT7Q+xJdr74f1xvpdJSt/YkYOGyqBLUIdg=:fQ0Rv2CRXE3OF6p6QvWXTx0/1L1kjsZIIbfInCa5GKs=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 38
- cookie: oc_sessionPassphrase=3yXTSdnbt4P2M9AeK3OO6mUcaaiR8WHt%2BuQQ50sINrWeGL09m9jP%2BoNgNRlPmljYrV5Wf01BQZBO8ek%2F75vQNCnAmOtxOSYstzCSv5SYqlP5FVMFB%2BHeXZQX5SAdEkUb; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=7d7sgpsah6mb6cejo1bajh2gvo
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:33 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: 7jLXA1eOvsBgWp2A1aQ0
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: zsup5
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
3) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/6/pages/90
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: fN780Zr+q5dF8sPCFZ8MshDp/qV77IX6GfYYjApGT1g=:Du2ykPiTysUnlIabedp73ynb1dEsvtKtQcB9yUEXCCg=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=1OhsMyN8eiTUFwW8qzA95%2FK405jse42Cbw4j267MSEpr0gkp0DqUX%2FFtXohvZDp7J1SeJlWvu1%2BGdtA%2BqD1QtCnIxNetM0PISnU8HJCyygCbkEy8CZLOGIsA5M1NBNwc; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=ssp2li7hkhibi4u1c5e3ftvj0v
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:29 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: Gy1W5McONrrfpUfvZwaY
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: wxi4ui
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
3) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/5/pages/79
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: I01chgTXJ1FttaOng4chCcbTRH+1ycz7J/t9XtPmny4=:ShQb53yzZhMb2/bz1+pYWYjnIwbHgqGycJANHOfR3Hk=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=glkAAi3eIAHOnL1iRD7ZQmwFj%2Fzb%2Bmqi2JRR%2ByGvmfFXObm8hD2SnROkwcwG%2BvnehqOoK3F2n4qGxsdsdS%2BK5%2Bo3m8MIFW3CcbJUEi5SvitHKwVKwwVqaNGCFaKUWDCt; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=rephormkrte663igvuhhf8ujg1
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:24 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: Z9AxjpQylFFWvK32PBBu
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: d687c
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
2) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/4/pages/68
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: 7pcphIuIa3w0Atf104nkiujJ/JrIubfSSpNVgSngv1I=:r6dg3L34KjQGarOd5dOw/4OcjLH+iP6LJOUw2GaqzxE=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=eAPIwqX5PaJPBKs6JHODYyRSCb2FJq74nHexqVchhVStmYJ0MK2Q1RxQ9c1QS1h2pLAHOvj5NPt1HvypCkgX8TO2ptI%2BfsKKoEhCJv4GfHCf1MSDTfoFlactZH1qaa%2BO; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=nh3fa5bi1pckavrb90v7bi0q44
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:20 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: FaATNxAVHOUOSsXARSNS
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: rb49oj
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
2) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/3/pages/57
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: btY3GNZyPHN1gC9b4jlfsBfpAS0pm5yyvaSWglrksoQ=:Hplnd+Q/RDZBwx4jrBY1xHWwShx6//rLxM3CxAO31Nc=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=Ae5XK%2FBsV1zYV5A1RhBhZgCPWD%2F%2BF9JaE4f9WIRhAdXIKlqsqv3lMTRhNK9gqlYVCb8k1fYTHxQbsXIMn2U%2BKQ6zPYzadxORToF6zVhX7MoK7Bo5qypxCqcshmGiB6vm; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=68o75c3n3p07vhvbnltg28kcfc
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:16 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: LHz5R4dQPooBOfBc0Ryj
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: 2qaav
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
1) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/2/pages/46
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: XddXmFYcWzgZ/QoFoTxrdVGbNAIIhzKx2C3rQWvXTxg=:dpsQ7gVdEX1szWNKlAguGD2rVUdszEj+nWeFGBuzJE8=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=5%2FsjSdvHkbPiSTWqWIJ5%2F0lFCdecINOlv7pZTT2gHJKexuwIXsHlo37BDxFOlu2gudx2njk8rLJywgGMRBI5k3CSFWLAyAGfOiijJDRwsWW%2FVKLVQGji26PaByDlZ8an; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=5ag6lbdpc9h3ic508e89nkss21
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:12 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: IJORQUZjsN5KMuCTVExf
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: hx979
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode):
playwright/support/fixtures/Collective.ts#L130
1) [chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode)
Error: apiRequestContext.post: 500 Internal Server Error
Response text:
{"ocs":{"meta":{"status":"failure","statuscode":996,"message":"Internal Server Error\n"},"data":[]}}
Call log:
- → POST http://localhost:8089/ocs/v2.php/apps/collectives/api/v1.0/collectives/1/pages/34
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- requesttoken: 86T3f8tdIXcevzcz9V7xtRfEM4HFoC7dd9wdpnZiebo=:xsO/L/MecTxk7112hw62z1aWcvimx2qeMp5e1QATEMk=
- OCS-APIRequest: true
- Content-Type: application/json
- content-length: 37
- cookie: oc_sessionPassphrase=6UYxh9u8TJZkhPe9ToBg%2BcdUvbyu9%2B4eg821OQDCnRPpl4QTkQUA00E5gVIB0H9VVK8X0ejo1C6XaCnQrtZ3qbO5lmBRw1tKc%2FBVrJdaTPunY2YIneqzSY9GPnnHOJ0u; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc1rzj6txsf4=ekusi6fn63m5htpij2v20l7169
- ← 500 Internal Server Error
- date: Wed, 01 Apr 2026 19:20:08 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
- x-request-id: RGpP3OgHQ3VVGYST7ZNz
- cache-control: no-cache, no-store, must-revalidate
- feature-policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
- x-user-id: 8hkox
- content-length: 100
- connection: close
- content-type: application/json; charset=utf-8
at support/fixtures/Collective.ts:130
128 | parentId = this.getRootPageId()
129 | }
> 130 | const response = await page.request.post(
| ^
131 | apiUrl('v1.0', 'collectives', this.data.id, 'pages', parentId),
132 | {
133 | headers: ocsHeaders,
at Collective.createPage (/home/runner/work/collectives/collectives/playwright/support/fixtures/Collective.ts:130:39)
at Object.collectives (/home/runner/work/collectives/collectives/playwright/support/fixtures/create-collectives.ts:73:43)
|
|
test (master, 3, 3)
The strategy configuration was canceled because "test.master_2_3" failed
|
|
test (master, 3, 3)
The operation was canceled.
|
|
test (stable32, 1, 3)
The strategy configuration was canceled because "test.master_2_3" failed
|
|
test (stable32, 1, 3)
The operation was canceled.
|
|
test (stable32, 3, 3)
The strategy configuration was canceled because "test.master_2_3" failed
|
|
test (stable32, 3, 3)
The operation was canceled.
|
|
test (master, 1, 3)
The strategy configuration was canceled because "test.master_2_3" failed
|
|
test (master, 1, 3)
The operation was canceled.
|
|
test (master, 2, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (stable32, 2, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (master, 3, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (stable32, 1, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (stable32, 3, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (master, 1, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
8 failed
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (edit mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (edit mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (edit mode)
|
|
🎭 Playwright Run Summary
8 failed
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (preview mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (preview mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (preview mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (preview mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path in new tab (edit mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with other Nextcloud app path URL in new tab (edit mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with external website URL in new tab (edit mode)
[chromium] › playwright/e2e/page-links-external.spec.ts:59:4 › External links › Opens link with foreign Collective URL in new tab (edit mode)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_master_shard2
Expired
|
298 KB |
sha256:9093b67e64dd86eaf5b2aeed0e3d9565691b0a2a2f3c4dbce9813909d5a4501b
|
|