Skip to content

fix: guardian-service/package.json to reduce vulnerabilities #4044

fix: guardian-service/package.json to reduce vulnerabilities

fix: guardian-service/package.json to reduce vulnerabilities #4044

GitHub Actions / Test Results failed Jan 27, 2025 in 0s

34 fail in 0s

34 files  +31  34 suites   - 21   0s ⏱️ ±0s
34 tests  - 33   0 ✅  -  67  0 💤 ±0  34 ❌ +34 
 0 runs   - 67  -34 ✅  - 101  0 💤 ±0  34 ❌ +34 

Results for commit ecfe65e. ± Comparison against earlier commit c40d6eb.

Annotations

Check warning on line 0 in "before all" hook for "Compare schemas"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Analytics "before all" hook for "Compare schemas" ("before all" hook for "Compare schemas") failed

e2e-tests/cypress/test_results/junit/f7409427fa4c598c1efcb76dbb7aa1b0.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:01:06 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:01:06 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Delete artifact"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Artifacts "before all" hook for "Delete artifact" ("before all" hook for "Delete artifact") failed

e2e-tests/cypress/test_results/junit/7876e4ed4ce269d7a4ff407eb0053d34.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:26 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:26 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Freeze and unfreeze transfers of the specified token for the user"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Tokens "before all" hook for "Freeze and unfreeze transfers of the specified token for the user" ("before all" hook for "Freeze and unfreeze transfers of the specified token for the user") failed

e2e-tests/cypress/test_results/junit/612d3d54f4230637cd1794219a29d638.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:44 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:44 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Compare modules"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Analytics "before all" hook for "Compare modules" ("before all" hook for "Compare modules") failed

e2e-tests/cypress/test_results/junit/85ea07d15c0fa44fbfb3ad84870f726a.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:01:01 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:01:01 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Import module from IPFS"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Modules "before all" hook for "Import module from IPFS" ("before all" hook for "Import module from IPFS") failed

e2e-tests/cypress/test_results/junit/84fc1cdedde797e2d0377218a0bb3d68.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:21 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:21 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Get list of artifacts"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Artifacts "before all" hook for "Get list of artifacts" ("before all" hook for "Get list of artifacts") failed

e2e-tests/cypress/test_results/junit/afdf284a9dcaa5ba7497ebe5404dcc8f.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:28 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:28 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Upload artifact"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Artifacts "before all" hook for "Upload artifact" ("before all" hook for "Upload artifact") failed

e2e-tests/cypress/test_results/junit/104627d03b785bf548e2b734dc959f98.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:31 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:31 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Create new tag(schema)"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Tags "before all" hook for "Create new tag(schema)" ("before all" hook for "Create new tag(schema)") failed

e2e-tests/cypress/test_results/junit/d0c3fca109f66b92cd7c7531feb9d97d.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:01:28 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:01:28 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Associate and disassociate the user with the provided Hedera token"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Tokens "before all" hook for "Associate and disassociate the user with the provided Hedera token" ("before all" hook for "Associate and disassociate the user with the provided Hedera token") failed

e2e-tests/cypress/test_results/junit/5d073d1219d94e6bba11bc5403c11ab9.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:41 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:41 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Publish the schema with the provided (internal) schema ID"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Schemas "before all" hook for "Publish the schema with the provided (internal) schema ID" ("before all" hook for "Publish the schema with the provided (internal) schema ID") failed

e2e-tests/cypress/test_results/junit/9188884a8e006bdb1cc644f3c66969be.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:56 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:56 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Get current settings"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings "before all" hook for "Get current settings" ("before all" hook for "Get current settings") failed

e2e-tests/cypress/test_results/junit/6dd83dc8674ad81536f432fe3c7b4974.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:11 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:11 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Create new tag(contract)"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Tags "before all" hook for "Create new tag(contract)" ("before all" hook for "Create new tag(contract)") failed

e2e-tests/cypress/test_results/junit/ecdfae05d68474c671d8453d287d9b9f.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:01:20 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:01:20 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Login as Standard Registry"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Login "before all" hook for "Login as Standard Registry" ("before all" hook for "Login as Standard Registry") failed

e2e-tests/cypress/test_results/junit/8e7397f406e96c042d1e70a4c553bf58.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:04 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:04 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Compare tools"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Analytics "before all" hook for "Compare tools" ("before all" hook for "Compare tools") failed

e2e-tests/cypress/test_results/junit/c90dfe68ae9f261d43ef4ef1e7dc6ab3.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:01:09 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:01:09 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Register and login as new user"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Register "before all" hook for "Register and login as new user" ("before all" hook for "Register and login as new user") failed

e2e-tests/cypress/test_results/junit/a67c4b88d6bb37948b47d5485cfed430.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:06 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:06 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Create new tag(policy)"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Tags "before all" hook for "Create new tag(policy)" ("before all" hook for "Create new tag(policy)") failed

e2e-tests/cypress/test_results/junit/d20e07a929ab75a0d1c8126ba22abfe4.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:01:25 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:01:25 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Delete the schema with the provided schema ID"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Schemas "before all" hook for "Delete the schema with the provided schema ID" ("before all" hook for "Delete the schema with the provided schema ID") failed

e2e-tests/cypress/test_results/junit/95ea0c8cae1ccc50bfb37c83a5282497.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:59 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:59 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Set settings"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings "before all" hook for "Set settings" ("before all" hook for "Set settings") failed

e2e-tests/cypress/test_results/junit/1509542abe1bc348749b924d9f7f9dda.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:13 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:13 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Import new schema from IPFS"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Schemas "before all" hook for "Import new schema from IPFS" ("before all" hook for "Import new schema from IPFS") failed

e2e-tests/cypress/test_results/junit/e150e4c19c2cf214d034d5eecae6cb0d.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:54 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:54 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Create retire contract"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Contracts "before all" hook for "Create retire contract" ("before all" hook for "Create retire contract") failed

e2e-tests/cypress/test_results/junit/af343ef13c45fff82c7f44f6b3006415.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:01:12 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:01:12 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Sends data from an external source"

See this annotation in the file changed.

@github-actions github-actions / Test Results

External "before all" hook for "Sends data from an external source" ("before all" hook for "Sends data from an external source") failed

e2e-tests/cypress/test_results/junit/edc7cb957286d2f4232ca6bcba7a4521.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:09 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:09 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "import module ipfs"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Modules "before all" hook for "import module ipfs" ("before all" hook for "import module ipfs") failed

e2e-tests/cypress/test_results/junit/546e0b2ef61352ce2d550a7f3c580051.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:23 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:23 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Run policy without making any persistent changes or executing transaction"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Policies "before all" hook for "Run policy without making any persistent changes or executing transaction" ("before all" hook for "Run policy without making any persistent changes or executing transaction") failed

e2e-tests/cypress/test_results/junit/e6a10e04012532310b954363686829a1.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:36 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:36 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Set and unset the KYC flag for the user"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Tokens "before all" hook for "Set and unset the KYC flag for the user" ("before all" hook for "Set and unset the KYC flag for the user") failed

e2e-tests/cypress/test_results/junit/147ef3c590ecf1efded05ff6dfa3d636.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:46 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:46 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)

Check warning on line 0 in "before all" hook for "Get modules menu"

See this annotation in the file changed.

@github-actions github-actions / Test Results

Modules "before all" hook for "Get modules menu" ("before all" hook for "Get modules menu") failed

e2e-tests/cypress/test_results/junit/d765a119711c83823210ab085481b9bf.xml [took 0s]
Raw output
`cy.request()` failed on:  http://localhost:3002/accounts/login/  The response we received from your web server was:    > 500: Internal Server Error  This was considered a failure because the status code was not `2xx` or `3xx`.  If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`  -----------------------------------------------------------  The request we sent was:  Method: POST URL: http://localhost:3002/accounts/login/ Headers: {   "Connection": "keep-alive",   "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",   "accept": "*/*",   "accept-encoding": "gzip, deflate",   "content-type": "application/json",   "content-length": 35 } Body: {"username":"SR","password":"test"}  -----------------------------------------------------------  The response we got was:  Status: 500 - Internal Server Error Headers: {   "content-type": "application/json; charset=utf-8",   "content-length": "67",   "date": "Mon, 27 Jan 2025 12:00:18 GMT",   "connection": "keep-alive",   "keep-alive": "timeout=72" } Body: {   "statusCode": 500,   "message": "secretOrPrivateKey must have a value" }   https://on.cypress.io/request  Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:

http://localhost:3002/accounts/login/

The response we received from your web server was:

  > 500: Internal Server Error

This was considered a failure because the status code was not `2xx` or `3xx`.

If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`

-----------------------------------------------------------

The request we sent was:

Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
  "Connection": "keep-alive",
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/10.11.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36",
  "accept": "*/*",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "content-length": 35
}
Body: {"username":"SR","password":"test"}

-----------------------------------------------------------

The response we got was:

Status: 500 - Internal Server Error
Headers: {
  "content-type": "application/json; charset=utf-8",
  "content-length": "67",
  "date": "Mon, 27 Jan 2025 12:00:18 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "secretOrPrivateKey must have a value"
}


https://on.cypress.io/request

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
    at <unknown> (http://localhost:44817/__cypress/runner/cypress_runner.js:144155:80)
    at tryCatcher (http://localhost:44817/__cypress/runner/cypress_runner.js:11318:23)
    at Promise._settlePromiseFromHandler (http://localhost:44817/__cypress/runner/cypress_runner.js:9253:31)
    at Promise._settlePromise (http://localhost:44817/__cypress/runner/cypress_runner.js:9310:18)
    at Promise._settlePromise0 (http://localhost:44817/__cypress/runner/cypress_runner.js:9355:10)
    at Promise._settlePromises (http://localhost:44817/__cypress/runner/cypress_runner.js:9435:18)
    at _drainQueueStep (http://localhost:44817/__cypress/runner/cypress_runner.js:6025:12)
    at _drainQueue (http://localhost:44817/__cypress/runner/cypress_runner.js:6018:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:6034:5)
    at Async.drainQueues (http://localhost:44817/__cypress/runner/cypress_runner.js:5904:14)
From Your Spec Code:
    at Object.getAccessToken (webpack:///./cypress/support/checkingMethods.js:192:14)
    at Context.eval (webpack:///./cypress/support/e2e.js:109:18)