feat: 5584 Improve Excel schema creation flow #6126
31 fail, 4 pass in 2s
Annotations
Check warning on line 0 in "before all" hook for "Delete artifact"
github-actions / Test Results
Artifacts "before all" hook for "Delete artifact" ("before all" hook for "Delete artifact") failed
e2e-tests/cypress/test_results/junit/0537dcacf57e969b27ccf08ac569da13.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/artifacts/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/artifacts/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODUyODU3MywiaWF0IjoxNzgwNjc3OTI4fQ.VT5wKacTc83ctTwfnEDAh62wRRvJhNgiqBJMiaYqoselkpACsXPS10np5LtTQ-TN7UJJzi0XNhLMelHB4PEN7XedbDk1MZeyew1KHNtoaopT7fxwfb4YnYP7bSuFsRaY14g1dE-C6RLtktStV6ODpov6uu8CdJTo1hPXuiZ6vmku7BJEbigfIcb_GGUBlSb2K987ijCcEnHESCtG6d1mAczolISXifDvJVv0rLaNdXNCKiqik-T_BQw8BLMk2r5QkA51uV1Ss2hK5ZdzJwvECKSyHQfghwy0fShXGuI5wtN3YTodkEcE2cAlpbhuqtxARf-kY6_AKNj4DNr1yNdlRg", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:28 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Artifacts`
CypressError: `cy.request()` failed on:
http://localhost:3002/artifacts/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/artifacts/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODUyODU3MywiaWF0IjoxNzgwNjc3OTI4fQ.VT5wKacTc83ctTwfnEDAh62wRRvJhNgiqBJMiaYqoselkpACsXPS10np5LtTQ-TN7UJJzi0XNhLMelHB4PEN7XedbDk1MZeyew1KHNtoaopT7fxwfb4YnYP7bSuFsRaY14g1dE-C6RLtktStV6ODpov6uu8CdJTo1hPXuiZ6vmku7BJEbigfIcb_GGUBlSb2K987ijCcEnHESCtG6d1mAczolISXifDvJVv0rLaNdXNCKiqik-T_BQw8BLMk2r5QkA51uV1Ss2hK5ZdzJwvECKSyHQfghwy0fShXGuI5wtN3YTodkEcE2cAlpbhuqtxARf-kY6_AKNj4DNr1yNdlRg",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:28 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Artifacts`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at listArtifactsWithAuth (webpack://guardian-e2e-test/./cypress/e2e/api-tests/008_artifacts/deleteArtifact.cy.js:15:11)
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/008_artifacts/deleteArtifact.cy.js:39:12)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Generate hedera credentials for SR, if there're no creds
github-actions / Test Results
Prepare accounts for future tests Generate hedera credentials for SR, if there're no creds (Generate hedera credentials for SR, if there're no creds) failed
e2e-tests/cypress/test_results/junit/10efff7056e880d84804820d78628652.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/profiles/StandardRegistry The response we received from your web server was: > 401: Unauthorized 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: PUT URL: http://localhost:3002/profiles/StandardRegistry Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODQ0ODA1NSwiaWF0IjoxNzgwNjc3ODQ4fQ.nXB8zlnf944b1KqqNZwgcGX8Q1jrWc5FEAzG20tiliQJjA2Ow2Dd5xbpUR1PdUcDDIxfr7HF6L87WeiyRRFpjWrAGONqq6uOhEN9v0oQWK8HiGvgOOSHThCR67h2sfrFG_-0JMdiB_CHdN4pYkUUw76i7uHOohLHndSsxUyHpIiKwclH5wLL_3hrb4_15cV0UYnNc62HWlATOALMT1ZCbS7Vx8QDAhttg9kD1iIE_GqdzgI3hxY4Uqe6MDn1GCarBFUR-wENkb8TIznSXPCRT9ArIGWbKc6QC4sUQVK-MaNM78Aq41R9DMx_QFnXwPWvt8ApxrP8ix0_zB65mAXVtg", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 445 } Body: {"didDocument":null,"useFireblocksSigning":false,"fireblocksConfig":{"fireBlocksVaultId":"","fireBlocksAssetId":"","fireBlocksApiKey":"","fireBlocksPrivateiKey":""},"didKeys":[],"hederaAccountId":"0.0.9145494","hederaAccountKey":"302e020100300506032b6570042204207e2e9b3eb4fb638e3bc837b5b9b5437c35cd8919b0efd4a7f6a9bcb8546cbd62","vcDocument":{"geography":"testGeography","law":"testLaw","tags":"testTags","type":"StandardRegistry","@context":[]}} ----------------------------------------------------------- The response we got was: Status: 401 - Unauthorized Headers: { "content-type": "application/json; charset=utf-8", "content-length": "63", "date": "Fri, 05 Jun 2026 16:44:25 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 401, "message": "failed space/blob/add invocation" } https://on.cypress.io/request
CypressError: `cy.request()` failed on:
http://localhost:3002/profiles/StandardRegistry
The response we received from your web server was:
> 401: Unauthorized
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: PUT
URL: http://localhost:3002/profiles/StandardRegistry
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODQ0ODA1NSwiaWF0IjoxNzgwNjc3ODQ4fQ.nXB8zlnf944b1KqqNZwgcGX8Q1jrWc5FEAzG20tiliQJjA2Ow2Dd5xbpUR1PdUcDDIxfr7HF6L87WeiyRRFpjWrAGONqq6uOhEN9v0oQWK8HiGvgOOSHThCR67h2sfrFG_-0JMdiB_CHdN4pYkUUw76i7uHOohLHndSsxUyHpIiKwclH5wLL_3hrb4_15cV0UYnNc62HWlATOALMT1ZCbS7Vx8QDAhttg9kD1iIE_GqdzgI3hxY4Uqe6MDn1GCarBFUR-wENkb8TIznSXPCRT9ArIGWbKc6QC4sUQVK-MaNM78Aq41R9DMx_QFnXwPWvt8ApxrP8ix0_zB65mAXVtg",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 445
}
Body: {"didDocument":null,"useFireblocksSigning":false,"fireblocksConfig":{"fireBlocksVaultId":"","fireBlocksAssetId":"","fireBlocksApiKey":"","fireBlocksPrivateiKey":""},"didKeys":[],"hederaAccountId":"0.0.9145494","hederaAccountKey":"302e020100300506032b6570042204207e2e9b3eb4fb638e3bc837b5b9b5437c35cd8919b0efd4a7f6a9bcb8546cbd62","vcDocument":{"geography":"testGeography","law":"testLaw","tags":"testTags","type":"StandardRegistry","@context":[]}}
-----------------------------------------------------------
The response we got was:
Status: 401 - Unauthorized
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "63",
"date": "Fri, 05 Jun 2026 16:44:25 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 401,
"message": "failed space/blob/add invocation"
}
https://on.cypress.io/request
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/000_accounts_creating/create_accounts.cy.js:74:27)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Generate hedera credentials for SR2, if there're no creds
github-actions / Test Results
Prepare accounts for future tests Generate hedera credentials for SR2, if there're no creds (Generate hedera credentials for SR2, if there're no creds) failed
e2e-tests/cypress/test_results/junit/10efff7056e880d84804820d78628652.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/profiles/Verra The response we received from your web server was: > 401: Unauthorized 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: PUT URL: http://localhost:3002/profiles/Verra Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlZlcnJhIiwicm9sZSI6IlNUQU5EQVJEX1JFR0lTVFJZIiwiZXhwaXJlQXQiOjE3ODA2Nzg0NjU3MTYsImlhdCI6MTc4MDY3Nzg2NX0.rtMZnEcQoWkmEkalw0XJFwRJmksyiP_8bfZSJFxJzgxu6la_0vyve6mpQufZkrYTUgd9L-PiWpJhoBNWDnkry54QtMALClJRoRCCKxk_mJoEPMjSQjWZ1qEALcjM8kQpmqMBJ3O5Ysjv8Wn1wX2djTPnCGSVLQtzEHDPn4Y8XpWD3bUf7KGsOnPiLAWPe8KSfYMzAzaXw2ZMr8Gqn2A11StKNyatqoqnfTo_7701T5PPPo1BDa6wJ6_dMX43KL-nlWr1k-2xxMeiTZQrBWl_CFe4K8aUSZZZ6pu7uYaJ7BwaHgozyuedtkuRE_dEuFhu2STXxmhWBl6oZ_HWm76qkw", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 445 } Body: {"didDocument":null,"useFireblocksSigning":false,"fireblocksConfig":{"fireBlocksVaultId":"","fireBlocksAssetId":"","fireBlocksApiKey":"","fireBlocksPrivateiKey":""},"didKeys":[],"hederaAccountId":"0.0.9145496","hederaAccountKey":"302e020100300506032b6570042204209aa1ebe39b903284d3ef6ac54b6e6f9aeee50c31ccd15dd1d627cd572e6a4063","vcDocument":{"geography":"testGeography","law":"testLaw","tags":"testTags","type":"StandardRegistry","@context":[]}} ----------------------------------------------------------- The response we got was: Status: 401 - Unauthorized Headers: { "content-type": "application/json; charset=utf-8", "content-length": "63", "date": "Fri, 05 Jun 2026 16:44:42 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 401, "message": "failed space/blob/add invocation" } https://on.cypress.io/request
CypressError: `cy.request()` failed on:
http://localhost:3002/profiles/Verra
The response we received from your web server was:
> 401: Unauthorized
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: PUT
URL: http://localhost:3002/profiles/Verra
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlZlcnJhIiwicm9sZSI6IlNUQU5EQVJEX1JFR0lTVFJZIiwiZXhwaXJlQXQiOjE3ODA2Nzg0NjU3MTYsImlhdCI6MTc4MDY3Nzg2NX0.rtMZnEcQoWkmEkalw0XJFwRJmksyiP_8bfZSJFxJzgxu6la_0vyve6mpQufZkrYTUgd9L-PiWpJhoBNWDnkry54QtMALClJRoRCCKxk_mJoEPMjSQjWZ1qEALcjM8kQpmqMBJ3O5Ysjv8Wn1wX2djTPnCGSVLQtzEHDPn4Y8XpWD3bUf7KGsOnPiLAWPe8KSfYMzAzaXw2ZMr8Gqn2A11StKNyatqoqnfTo_7701T5PPPo1BDa6wJ6_dMX43KL-nlWr1k-2xxMeiTZQrBWl_CFe4K8aUSZZZ6pu7uYaJ7BwaHgozyuedtkuRE_dEuFhu2STXxmhWBl6oZ_HWm76qkw",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 445
}
Body: {"didDocument":null,"useFireblocksSigning":false,"fireblocksConfig":{"fireBlocksVaultId":"","fireBlocksAssetId":"","fireBlocksApiKey":"","fireBlocksPrivateiKey":""},"didKeys":[],"hederaAccountId":"0.0.9145496","hederaAccountKey":"302e020100300506032b6570042204209aa1ebe39b903284d3ef6ac54b6e6f9aeee50c31ccd15dd1d627cd572e6a4063","vcDocument":{"geography":"testGeography","law":"testLaw","tags":"testTags","type":"StandardRegistry","@context":[]}}
-----------------------------------------------------------
The response we got was:
Status: 401 - Unauthorized
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "63",
"date": "Fri, 05 Jun 2026 16:44:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 401,
"message": "failed space/blob/add invocation"
}
https://on.cypress.io/request
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/000_accounts_creating/create_accounts.cy.js:132:27)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Generate hedera credentials for User, if there're no creds
github-actions / Test Results
Prepare accounts for future tests Generate hedera credentials for User, if there're no creds (Generate hedera credentials for User, if there're no creds) failed
e2e-tests/cypress/test_results/junit/10efff7056e880d84804820d78628652.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/profiles/Registrant The response we received from your web server was: > 401: Unauthorized 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: PUT URL: http://localhost:3002/profiles/Registrant Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlJlZ2lzdHJhbnQiLCJyb2xlIjoiVVNFUiIsImV4cGlyZUF0IjoxNzgwNjc4NDgyNjgyLCJpYXQiOjE3ODA2Nzc4ODJ9.NbdgfdAP_4sAyVvKaoEIj2Jrd8s1bo63DecXBHqUHReq-3UoMKUTTkqOjUzvPOPrQjkOacZFTpGu0Rh8GJ15VK9rl_IrwnaqSuRdPhMvuJMPha1Z5preoiDEP_DvY3jSeHrT933rN4wVqaq7xBijZYHtE1SnlMp1PwnDyOkpsv4BtBPIztBftIp_PatZIOtZiP43ICCy4cy1FN_ziXw3syYkvAXzsVBlD3rXHSvgXg8wcADVaQ5D6-cIcC1a3tm8GthKQ--EmYtTmHeWrcZfBIYM7JCrxv-4ooc9p9_lOjVcsuNm-LojOu4bFw0NY_gBapLX_uVySN0C61O80mfY6w", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 151 } Body: {"hederaAccountId":"0.0.9145499","hederaAccountKey":"302e020100300506032b657004220420364b6ecd962b8248d28a958707154fe41f697c2db6d53d37e59b620edab46bc8"} ----------------------------------------------------------- The response we got was: Status: 401 - Unauthorized Headers: { "content-type": "application/json; charset=utf-8", "content-length": "63", "date": "Fri, 05 Jun 2026 16:45:00 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 401, "message": "failed space/blob/add invocation" } https://on.cypress.io/request
CypressError: `cy.request()` failed on:
http://localhost:3002/profiles/Registrant
The response we received from your web server was:
> 401: Unauthorized
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: PUT
URL: http://localhost:3002/profiles/Registrant
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlJlZ2lzdHJhbnQiLCJyb2xlIjoiVVNFUiIsImV4cGlyZUF0IjoxNzgwNjc4NDgyNjgyLCJpYXQiOjE3ODA2Nzc4ODJ9.NbdgfdAP_4sAyVvKaoEIj2Jrd8s1bo63DecXBHqUHReq-3UoMKUTTkqOjUzvPOPrQjkOacZFTpGu0Rh8GJ15VK9rl_IrwnaqSuRdPhMvuJMPha1Z5preoiDEP_DvY3jSeHrT933rN4wVqaq7xBijZYHtE1SnlMp1PwnDyOkpsv4BtBPIztBftIp_PatZIOtZiP43ICCy4cy1FN_ziXw3syYkvAXzsVBlD3rXHSvgXg8wcADVaQ5D6-cIcC1a3tm8GthKQ--EmYtTmHeWrcZfBIYM7JCrxv-4ooc9p9_lOjVcsuNm-LojOu4bFw0NY_gBapLX_uVySN0C61O80mfY6w",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 151
}
Body: {"hederaAccountId":"0.0.9145499","hederaAccountKey":"302e020100300506032b657004220420364b6ecd962b8248d28a958707154fe41f697c2db6d53d37e59b620edab46bc8"}
-----------------------------------------------------------
The response we got was:
Status: 401 - Unauthorized
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "63",
"date": "Fri, 05 Jun 2026 16:45:00 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 401,
"message": "failed space/blob/add invocation"
}
https://on.cypress.io/request
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/000_accounts_creating/create_accounts.cy.js:201:31)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Upload artifact
github-actions / Test Results
Artifacts Upload artifact (Upload artifact) failed
e2e-tests/cypress/test_results/junit/751692d3b4caf5ca0849cb536fbfe48a.xml [took 0s]
Raw output
Cannot read properties of undefined (reading 'id')
TypeError: Cannot read properties of undefined (reading 'id')
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/008_artifacts/postArtifact.cy.js:52:47)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:147616:15)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
github-actions / Test Results
Tags "before all" hook: Get module id for "Create new tag(module) without auth token - Negative" ("before all" hook: Get module id for "Create new tag(module) without auth token - Negative") failed
e2e-tests/cypress/test_results/junit/f5a5a9beea8a02644fa278949140e38f.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/modules/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/modules/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU3MTcxMywiaWF0IjoxNzgwNjc3OTcxfQ.NSeZdKBG5Pa6lvuqCc5HEqNY1MCBtPKlI4oucqq-QC1MG1_Tr02OR5iJToTKQCjWyLDlAdOLgJsYWo0acQsytPdVvlG8yEHzzoP2ug17Qzn4OT0SbD-7wJNVkTY4BQT3J1QpdRRM-08ECVqumcfPFuJERyUwC2OUhRsWCZg4GZUJP1qbPagYVBdbN5MEB7liFCbcCyO3mJp2J-h-JX07ybaIOEi-5xaFCfJK5zCbYeSeIqMqztud9AorVOyVIbxomCE2uGUxUGcq3ozXyI0DuMgXIxs0nACIPe827VA9ds2Yb6-WCuKOoTUEe5qFjYblTc5G2y7AiNVZYqSaMis-yQ", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:46:11 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tags`
CypressError: `cy.request()` failed on:
http://localhost:3002/modules/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/modules/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU3MTcxMywiaWF0IjoxNzgwNjc3OTcxfQ.NSeZdKBG5Pa6lvuqCc5HEqNY1MCBtPKlI4oucqq-QC1MG1_Tr02OR5iJToTKQCjWyLDlAdOLgJsYWo0acQsytPdVvlG8yEHzzoP2ug17Qzn4OT0SbD-7wJNVkTY4BQT3J1QpdRRM-08ECVqumcfPFuJERyUwC2OUhRsWCZg4GZUJP1qbPagYVBdbN5MEB7liFCbcCyO3mJp2J-h-JX07ybaIOEi-5xaFCfJK5zCbYeSeIqMqztud9AorVOyVIbxomCE2uGUxUGcq3ozXyI0DuMgXIxs0nACIPe827VA9ds2Yb6-WCuKOoTUEe5qFjYblTc5G2y7AiNVZYqSaMis-yQ",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:46:11 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tags`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/014_tags/00_createGetAndDeleteModuleTags.cy.js:13:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Login as Standard Registry
github-actions / Test Results
Login Login as Standard Registry (Login as Standard Registry) failed
e2e-tests/cypress/test_results/junit/c0ff0be60823bd8d426e37417e700203.xml [took 0s]
Raw output
expected { Object (username, role, ...) } to have property 'did'
AssertionError: expected { Object (username, role, ...) } to have property 'did'
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/000_accounts_tests/postLogin.cy.js:27:36)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
Check warning on line 0 in "before all" hook for "Compare tools"
github-actions / Test Results
Analytics "before all" hook for "Compare tools" ("before all" hook for "Compare tools") failed
e2e-tests/cypress/test_results/junit/723233e1984e0c19c56d3647dd7c6381.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/tools/import/message The response we received from your web server was: > 422: Unprocessable Entity 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/tools/import/message Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU2OTMyOCwiaWF0IjoxNzgwNjc3OTY5fQ.uh1zpko-B-e3vsRCY0Fgw6FmPaklkozEAF0Hp807B1f76iJv-dG8fmd3rdY7IYL8peeLeZbZ5Ozv7Oyby_OKEex9JGj-5h0Y2mxc5Pri4NJ5NwvOE7gMzrqc5wDDj4sS0IUS2oiHX5zehoBMAmpK9CMnR4p9GqOKNFOkp-2DUL_ss8GqF39vdoYS4c9FGN-Oxj213honvDNRd2Gx-8fwLrrX7XGGOH0ngTXZCjilkJD5ZTplZMt4loSig0QNuMixHkKNmqH2DGsbgMN9WA46MZbhNJTDL7DFOQvq8teWbh_zmB09RUj3zE7tbsOiFa4llmp-U77abWzVd427dxRWTg", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 36 } Body: {"messageId":"1710748691.708383003"} ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:46:09 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Analytics`
CypressError: `cy.request()` failed on:
http://localhost:3002/tools/import/message
The response we received from your web server was:
> 422: Unprocessable Entity
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/tools/import/message
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU2OTMyOCwiaWF0IjoxNzgwNjc3OTY5fQ.uh1zpko-B-e3vsRCY0Fgw6FmPaklkozEAF0Hp807B1f76iJv-dG8fmd3rdY7IYL8peeLeZbZ5Ozv7Oyby_OKEex9JGj-5h0Y2mxc5Pri4NJ5NwvOE7gMzrqc5wDDj4sS0IUS2oiHX5zehoBMAmpK9CMnR4p9GqOKNFOkp-2DUL_ss8GqF39vdoYS4c9FGN-Oxj213honvDNRd2Gx-8fwLrrX7XGGOH0ngTXZCjilkJD5ZTplZMt4loSig0QNuMixHkKNmqH2DGsbgMN9WA46MZbhNJTDL7DFOQvq8teWbh_zmB09RUj3zE7tbsOiFa4llmp-U77abWzVd427dxRWTg",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 36
}
Body: {"messageId":"1710748691.708383003"}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:46:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Analytics`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at importToolWithAuth (webpack://guardian-e2e-test/./cypress/e2e/api-tests/012_analytics/compareTools.cy.js:28:11)
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/012_analytics/compareTools.cy.js:74:12)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Import new schema from a file
github-actions / Test Results
Schemas Import new schema from a file (Import new schema from a file) failed
e2e-tests/cypress/test_results/junit/f90ea544af8011778e14a080b53f0f3d.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/schemas/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/schemas/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU1MjU1NCwiaWF0IjoxNzgwNjc3OTUyfQ.f5qLyNU57Qn6LIc86p-Rq9vKnbfaqjOT9bPmxQG_EDEroN_d7zdIv6Kbrj4vWfiYVUGZAVCqwJq0NhMiN7SkH11ZwdzGzAnE3-OVC4EL3m_G_YSFjmDPlhmSPyi5NP6BCmPgbzrA6WOYW1hzdJwa1UrXofFDmGXHa_2W4lwe9LKU7f7vivCpjy04Pxtwj8abOUoBOFUg-2XM7f8Y4cPv5Wds_EX6N7L4eKuTM0ZRojrnvkl-FMfDjaFMcQSVKzSDf8VpZSdfjgQz1at1uOL9c0Lxp_EI1nSC2XoPG8RVADCfKlsPnmNys_-GIE3HvegxEGVKdPCno2E23d713aoClQ", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:52 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/schemas/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU1MjU1NCwiaWF0IjoxNzgwNjc3OTUyfQ.f5qLyNU57Qn6LIc86p-Rq9vKnbfaqjOT9bPmxQG_EDEroN_d7zdIv6Kbrj4vWfiYVUGZAVCqwJq0NhMiN7SkH11ZwdzGzAnE3-OVC4EL3m_G_YSFjmDPlhmSPyi5NP6BCmPgbzrA6WOYW1hzdJwa1UrXofFDmGXHa_2W4lwe9LKU7f7vivCpjy04Pxtwj8abOUoBOFUg-2XM7f8Y4cPv5Wds_EX6N7L4eKuTM0ZRojrnvkl-FMfDjaFMcQSVKzSDf8VpZSdfjgQz1at1uOL9c0Lxp_EI1nSC2XoPG8RVADCfKlsPnmNys_-GIE3HvegxEGVKdPCno2E23d713aoClQ",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/011_schemas/postImportFile.cy.js:10:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Freeze and unfreeze transfers of the specified token for the user
github-actions / Test Results
Tokens Freeze and unfreeze transfers of the specified token for the user (Freeze and unfreeze transfers of the specified token for the user) failed
e2e-tests/cypress/test_results/junit/d33bb344fb8efee0a11657629b6e801b.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/tokens The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/tokens Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlJlZ2lzdHJhbnQiLCJyb2xlIjoiVVNFUiIsImV4cGlyZUF0IjoxNzgwNjc4NTQ1MzM0LCJpYXQiOjE3ODA2Nzc5NDV9.drvhezKcBtYCvdV2y1YryEN5UBQg6Z9pKKBZFMfb8ksFjy7y715-6YnR-vBNd0xx_69Bwh6BMBd2GhRH_m__SgHcfYTDJwhDtCJvhXWV1RO672zY6xhlIb2X8sr1dnk185LawYOedC4M9qGEUvSeGuku5jogrNLhNuDlfn1-wHJS-J7QwMQ5ltcxAR3fd3mZXJTNoQgleA4OgE8lbNlj16WdRHy-P9K55QfQB1T9wJXoiHSzftRwakJES2WAguiaByN6ANVql-OHFQywNVOeSw7flfWV6kqSwR8MxttN3aBW2oRZZbPXFz6c_muDx55kbpC9kET8LcNn5trkY6MmkQ", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:45 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request
CypressError: `cy.request()` failed on:
http://localhost:3002/tokens
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/tokens
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlJlZ2lzdHJhbnQiLCJyb2xlIjoiVVNFUiIsImV4cGlyZUF0IjoxNzgwNjc4NTQ1MzM0LCJpYXQiOjE3ODA2Nzc5NDV9.drvhezKcBtYCvdV2y1YryEN5UBQg6Z9pKKBZFMfb8ksFjy7y715-6YnR-vBNd0xx_69Bwh6BMBd2GhRH_m__SgHcfYTDJwhDtCJvhXWV1RO672zY6xhlIb2X8sr1dnk185LawYOedC4M9qGEUvSeGuku5jogrNLhNuDlfn1-wHJS-J7QwMQ5ltcxAR3fd3mZXJTNoQgleA4OgE8lbNlj16WdRHy-P9K55QfQB1T9wJXoiHSzftRwakJES2WAguiaByN6ANVql-OHFQywNVOeSw7flfWV6kqSwR8MxttN3aBW2oRZZbPXFz6c_muDx55kbpC9kET8LcNn5trkY6MmkQ",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:45 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/010_tokens/putFreezeUnfreeze.cy.js:12:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in "before all" hook for "Compare schemas"
github-actions / Test Results
Analytics "before all" hook for "Compare schemas" ("before all" hook for "Compare schemas") failed
e2e-tests/cypress/test_results/junit/74819af96d479ae51e8624d405fff96a.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/schemas/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/schemas/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU2NjkyNiwiaWF0IjoxNzgwNjc3OTY2fQ.o_qxM74VButEzhOVqsp_8PGkR-nbAK_qWhkJQjaEjw1yq_DrYYEdA5x9zzRxTH2aVCMd0S2dkUB0b63JWN0o4Whfv7To_Zd7qOlvTDzsgRnuvIMpRrVTy6ibLBI4CutFF6OuhXmufGtCQcGtyZQVsbfA527WZHF9G7CqB4FrjDyzcwsWVfhkc9_Asez_Wg1dWJPfsw7tuqTLsW1HcZWYtXX1gSs3Do2aJb4Ta4HbdupMocQo_gLpSsVYiJ5sFf1m8WOddmT08B25LPLU4YeaiBopog9kolo-my-t5yzAgles5BTSr3PKQNhxTeXCk2D18TzgS4n9jCp0GfDdHGhzXQ", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:46:06 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Analytics`
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/schemas/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU2NjkyNiwiaWF0IjoxNzgwNjc3OTY2fQ.o_qxM74VButEzhOVqsp_8PGkR-nbAK_qWhkJQjaEjw1yq_DrYYEdA5x9zzRxTH2aVCMd0S2dkUB0b63JWN0o4Whfv7To_Zd7qOlvTDzsgRnuvIMpRrVTy6ibLBI4CutFF6OuhXmufGtCQcGtyZQVsbfA527WZHF9G7CqB4FrjDyzcwsWVfhkc9_Asez_Wg1dWJPfsw7tuqTLsW1HcZWYtXX1gSs3Do2aJb4Ta4HbdupMocQo_gLpSsVYiJ5sFf1m8WOddmT08B25LPLU4YeaiBopog9kolo-my-t5yzAgles5BTSr3PKQNhxTeXCk2D18TzgS4n9jCp0GfDdHGhzXQ",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:46:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Analytics`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at getSchemasWithAuth (webpack://guardian-e2e-test/./cypress/e2e/api-tests/012_analytics/compareSchemas.cy.js:28:11)
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/012_analytics/compareSchemas.cy.js:72:12)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in "before all" hook for "Compare policies"
github-actions / Test Results
Analytics "before all" hook for "Compare policies" ("before all" hook for "Compare policies") failed
e2e-tests/cypress/test_results/junit/c484b3c6cb23c4b06abd65f7749efaf6.xml [took 0s]
Raw output
Cannot read properties of undefined (reading 'id') Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Analytics`
TypeError: Cannot read properties of undefined (reading 'id')
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Analytics`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/012_analytics/comparePolicies.cy.js:75:48)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:147616:15)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
Check warning on line 0 in "before all" hook for "Compare any modules"
github-actions / Test Results
Analytics "before all" hook for "Compare any modules" ("before all" hook for "Compare any modules") failed
e2e-tests/cypress/test_results/junit/b2ccbe3cff3c8b345a8f55f9dd483a59.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/modules/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/modules/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU2MjE4OCwiaWF0IjoxNzgwNjc3OTYyfQ.fHlsK_d8w26eEAtiAszjwlhXsc6HvJfr0znVROEYsDlmB_YHk3-wAKs-COKg5OFa4C3nG1NswXdudQKQLBnZ1EEcBYVJLYqQhOgsvZ_WSF-1n1rmMhkosgQwJlP0d6z0YiqDDNV5vCjGUC99VslJZACgNMfqcRhs4inN6_vI0-lKbJ9Okmn7aSBAp4aWhneJnb9seF4SvYAZizz-PpG3-RvA1iWnoN7ccqOfU2CIvot-ZA7znRiTyAl6Sj0r4hmhUBIaoGgWd4Jhs12277pmemuF1OvLMiQcEfk_-oYJ9GGtCynQqsSWbRVIvOu5LC8Nfor6QwjB7DxH3k8-Mxtzxg", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:46:02 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Analytics`
CypressError: `cy.request()` failed on:
http://localhost:3002/modules/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/modules/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU2MjE4OCwiaWF0IjoxNzgwNjc3OTYyfQ.fHlsK_d8w26eEAtiAszjwlhXsc6HvJfr0znVROEYsDlmB_YHk3-wAKs-COKg5OFa4C3nG1NswXdudQKQLBnZ1EEcBYVJLYqQhOgsvZ_WSF-1n1rmMhkosgQwJlP0d6z0YiqDDNV5vCjGUC99VslJZACgNMfqcRhs4inN6_vI0-lKbJ9Okmn7aSBAp4aWhneJnb9seF4SvYAZizz-PpG3-RvA1iWnoN7ccqOfU2CIvot-ZA7znRiTyAl6Sj0r4hmhUBIaoGgWd4Jhs12277pmemuF1OvLMiQcEfk_-oYJ9GGtCynQqsSWbRVIvOu5LC8Nfor6QwjB7DxH3k8-Mxtzxg",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:46:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Analytics`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at getModulesWithAuth (webpack://guardian-e2e-test/./cypress/e2e/api-tests/012_analytics/compareModules.cy.js:31:11)
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/012_analytics/compareModules.cy.js:93:12)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
github-actions / Test Results
Policies "before all" hook for "Deletes the policy with the provided ID by user - Negative" ("before all" hook for "Deletes the policy with the provided ID by user - Negative") failed
e2e-tests/cypress/test_results/junit/8824bc819addf1b2ff98cc3eda2fab2f.xml [took 0s]
Raw output
Cannot read properties of undefined (reading 'id') Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Policies`
TypeError: Cannot read properties of undefined (reading 'id')
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Policies`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/009_policies/deletePolicy.cy.js:42:47)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:147616:15)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
github-actions / Test Results
Tags "before all" hook: Get policy id for "Create new tag(policy) without auth token - Negative" ("before all" hook: Get policy id for "Create new tag(policy) without auth token - Negative") failed
e2e-tests/cypress/test_results/junit/6cb4be7815a58577c9e23a1812d0ab08.xml [took 0s]
Raw output
Cannot read properties of undefined (reading 'id') Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tags`
TypeError: Cannot read properties of undefined (reading 'id')
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tags`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/014_tags/00_createGetAndDeletePolicyTags.cy.js:18:47)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:147616:15)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
Check warning on line 0 in "before all" hook for "Delete the schema with the provided schema ID"
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/61aadc3d71ae9fcb7b928f38bab7cbe9.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/schemas/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/schemas/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU1OTc2MywiaWF0IjoxNzgwNjc3OTU5fQ.es4TqFectTzyc3Lyy-B0WdoqlomQqOvW8CAlp2MgtgotREpJj5s5F-hI9_iPMSn_lM5EQaDYgxUBQ4TtQe93WdGEVJU7TTyOPAm33izDqwUVw3u5dtuxQ0apYzqqMM0bQzamBmkhAYHFKijS9yTbenKVNpvtclDKb3UL7Lrxlu3bGqoa9vAJLzipTMGswM2s3l51ZE1UduZaepG2XldOOEvsRyqrp6JLqUym53SgrhEXPp1v-gtyGw8YJkjVz1rYhrfa9FaLh1EIfph7c9W2D_zJ37tczuq9OVgLyTNV2QlHh56PPvhPl2XKcXZuoNOnZz50nwWcHXTZUZKx_h2hWQ", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:59 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Schemas`
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/schemas/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU1OTc2MywiaWF0IjoxNzgwNjc3OTU5fQ.es4TqFectTzyc3Lyy-B0WdoqlomQqOvW8CAlp2MgtgotREpJj5s5F-hI9_iPMSn_lM5EQaDYgxUBQ4TtQe93WdGEVJU7TTyOPAm33izDqwUVw3u5dtuxQ0apYzqqMM0bQzamBmkhAYHFKijS9yTbenKVNpvtclDKb3UL7Lrxlu3bGqoa9vAJLzipTMGswM2s3l51ZE1UduZaepG2XldOOEvsRyqrp6JLqUym53SgrhEXPp1v-gtyGw8YJkjVz1rYhrfa9FaLh1EIfph7c9W2D_zJ37tczuq9OVgLyTNV2QlHh56PPvhPl2XKcXZuoNOnZz50nwWcHXTZUZKx_h2hWQ",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Schemas`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/011_schemas/schemaManage.cy.js:13:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
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/f1fd03093dc85ca8ccd643b81828656e.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/policies/undefined/publish The response we received from your web server was: > 422: Unprocessable Entity 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: PUT URL: http://localhost:3002/policies/undefined/publish Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU0MjkwNiwiaWF0IjoxNzgwNjc3OTQyfQ.UJMIpZu8XrOyZqSAKB15b04ieAsk5C9niLaonSUBqj56VSlT2_XnsD4cCjARLLvqfu2Z6hJdRq0LjfqWkG8XJfqdGVwYNHVYEQRu3GgrcdSd3FCoJzH83vMMuUwTbbgwEcGVmnDea0W1QvuHQt2Dkrb5Vz5q0nbSNBEkGZN7STXDFLL3a6ECYHikigkOXITIKEi104fftI8n42qMvVcbjoVPMqgH6TLYgyfOZPJ63kBNzgFF0bJydMDbs9pD85Txbq_wiOBqKQwj9DJgFrzigGttA4yhSRUPrsqV9OBTqLWuhw1Ik6pvOlKX2lkyIKTwaiQDc_FpUYN0qe3wx7iL9A", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 25 } Body: {"policyVersion":"1.2.5"} ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:42 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tokens`
CypressError: `cy.request()` failed on:
http://localhost:3002/policies/undefined/publish
The response we received from your web server was:
> 422: Unprocessable Entity
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: PUT
URL: http://localhost:3002/policies/undefined/publish
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU0MjkwNiwiaWF0IjoxNzgwNjc3OTQyfQ.UJMIpZu8XrOyZqSAKB15b04ieAsk5C9niLaonSUBqj56VSlT2_XnsD4cCjARLLvqfu2Z6hJdRq0LjfqWkG8XJfqdGVwYNHVYEQRu3GgrcdSd3FCoJzH83vMMuUwTbbgwEcGVmnDea0W1QvuHQt2Dkrb5Vz5q0nbSNBEkGZN7STXDFLL3a6ECYHikigkOXITIKEi104fftI8n42qMvVcbjoVPMqgH6TLYgyfOZPJ63kBNzgFF0bJydMDbs9pD85Txbq_wiOBqKQwj9DJgFrzigGttA4yhSRUPrsqV9OBTqLWuhw1Ik6pvOlKX2lkyIKTwaiQDc_FpUYN0qe3wx7iL9A",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 25
}
Body: {"policyVersion":"1.2.5"}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tokens`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/010_tokens/putDissociateAssociate.cy.js:20:16)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in "before all" hook: Import policy for "Sends data from an external source"
github-actions / Test Results
External "before all" hook: Import policy for "Sends data from an external source" ("before all" hook: Import policy for "Sends data from an external source") failed
e2e-tests/cypress/test_results/junit/206f2ad1891792b4bf426d62a6ca9586.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/policies/import/message/ The response we received from your web server was: > 422: Unprocessable Entity 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/policies/import/message/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODUwNzYyNCwiaWF0IjoxNzgwNjc3OTA3fQ.b6WtWHBZFmYGtUH_XFFJxsKXPft_GPWvJo-VB9CmllFv6aA_ezxRSR90GGkVCIhRwZWEUNGS6rkInefeQunTc_ZbM5u2MlXj6jwzwmVWiTSBaMI8Ue5VBIdPtwm7x2e3oPlSURfNVxNW2foWsccDfW0ItFQl1ufL6k9rwEuCeQqyjQsdT6Bfs4D7ePV5PvJwYP2gE80AbyHbke1x-cAc4HScu2GcWpJjwUgONzQWb6IGOJQHq46LQroDwkA-AXie8VziyMr94SV9G9cT6PN0C7Is54KKKS5xMSiL71FlX7eEuq5X5oeCpJupMlWVFf-FxUAAl_Y_p1Hnfy-cBxDyuw", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 36 } Body: {"messageId":"1727779585.782578888"} ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:07 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `External`
CypressError: `cy.request()` failed on:
http://localhost:3002/policies/import/message/
The response we received from your web server was:
> 422: Unprocessable Entity
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/policies/import/message/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODUwNzYyNCwiaWF0IjoxNzgwNjc3OTA3fQ.b6WtWHBZFmYGtUH_XFFJxsKXPft_GPWvJo-VB9CmllFv6aA_ezxRSR90GGkVCIhRwZWEUNGS6rkInefeQunTc_ZbM5u2MlXj6jwzwmVWiTSBaMI8Ue5VBIdPtwm7x2e3oPlSURfNVxNW2foWsccDfW0ItFQl1ufL6k9rwEuCeQqyjQsdT6Bfs4D7ePV5PvJwYP2gE80AbyHbke1x-cAc4HScu2GcWpJjwUgONzQWb6IGOJQHq46LQroDwkA-AXie8VziyMr94SV9G9cT6PN0C7Is54KKKS5xMSiL71FlX7eEuq5X5oeCpJupMlWVFf-FxUAAl_Y_p1Hnfy-cBxDyuw",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 36
}
Body: {"messageId":"1727779585.782578888"}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `External`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/002_external/postExternal.cy.js:13:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
github-actions / Test Results
Export Module as File "before all" hook: Get module id for "Returns a zip file containing the published module and all associat…t module id for "Returns a zip file containing the published module and all associated artifacts, i.e. schemas and VCs") failed
e2e-tests/cypress/test_results/junit/2a1ec1157a215d5252300af1e6343982.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/modules/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/modules/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODUxODQ5MCwiaWF0IjoxNzgwNjc3OTE4fQ.Vf2yVrSOlp83LqSYvDQ7MSHzWwg9v-2vU8UaqsKVSRA4Uqui2I8H2cLpZiPy2SnZBDyoYOosAPCf75G39hOiCK_0vgbcN2j8842MDzWCWiCXkBZfa_x6mKpLwpP_I2r-EtX8L5Ci-4tDU1Mrhm6Wi6gmOXA2ypz_KIcaQ6ltYeRmFejYZLB7yhE4aJKbDUTfu31y-eISCL0rGPbgyioPYJDbGUC6cLv3PZU3SvTx6z98eQ8grbIpyr6HC-9H3MQyOO03rxzQMqJPIIssKn5Ozxk74a9STShUh1am5623rAMnVukcWO036TKFUS0qtdmIWbqiXBq6tgUwUiQsptv7Vg", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:18 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Export Module as File`
CypressError: `cy.request()` failed on:
http://localhost:3002/modules/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/modules/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODUxODQ5MCwiaWF0IjoxNzgwNjc3OTE4fQ.Vf2yVrSOlp83LqSYvDQ7MSHzWwg9v-2vU8UaqsKVSRA4Uqui2I8H2cLpZiPy2SnZBDyoYOosAPCf75G39hOiCK_0vgbcN2j8842MDzWCWiCXkBZfa_x6mKpLwpP_I2r-EtX8L5Ci-4tDU1Mrhm6Wi6gmOXA2ypz_KIcaQ6ltYeRmFejYZLB7yhE4aJKbDUTfu31y-eISCL0rGPbgyioPYJDbGUC6cLv3PZU3SvTx6z98eQ8grbIpyr6HC-9H3MQyOO03rxzQMqJPIIssKn5Ozxk74a9STShUh1am5623rAMnVukcWO036TKFUS0qtdmIWbqiXBq6tgUwUiQsptv7Vg",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:18 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Export Module as File`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at getModulesWithAuth (webpack://guardian-e2e-test/./cypress/e2e/api-tests/007_modules/04_exportModuleFile.cy.js:16:11)
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/007_modules/04_exportModuleFile.cy.js:41:12)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
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/64530c42621a5d230e6db1723eff1bc8.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/schemas/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/schemas/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU1NzM5MSwiaWF0IjoxNzgwNjc3OTU3fQ.Yncb-ZEKHUOf2-CaUaw0xVDJazdVyGbctj6nfsrSrDjn5vDNABfxkxqW2jQAltJ5r5BdanfTbG_52Ja4XVLTwOMhH74X4SrX-rDi89E-FSMrhrcWKHBSy6-S8CD4m2HDutJ8R9YfMMKGu_nB07SDYGba9Guzi5rdxrvcQD6BJbCXH9oDJA3ldP4JYXVQM-YVou44wyWJlBFzF__D0_81PAZSrBcf25cgk1us7-FZ62FNKhtIWgD04mcKhYhsugl6UP4EF-e5Hk0d4-jIEWxlFKyzwL4QttX2jHEAvR608pgOi5Ej2AigpQAFVDg1a8sR1gxtEiesJs-STxKLjJ6p_A", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:57 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Schemas`
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/schemas/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU1NzM5MSwiaWF0IjoxNzgwNjc3OTU3fQ.Yncb-ZEKHUOf2-CaUaw0xVDJazdVyGbctj6nfsrSrDjn5vDNABfxkxqW2jQAltJ5r5BdanfTbG_52Ja4XVLTwOMhH74X4SrX-rDi89E-FSMrhrcWKHBSy6-S8CD4m2HDutJ8R9YfMMKGu_nB07SDYGba9Guzi5rdxrvcQD6BJbCXH9oDJA3ldP4JYXVQM-YVou44wyWJlBFzF__D0_81PAZSrBcf25cgk1us7-FZ62FNKhtIWgD04mcKhYhsugl6UP4EF-e5Hk0d4-jIEWxlFKyzwL4QttX2jHEAvR608pgOi5Ej2AigpQAFVDg1a8sR1gxtEiesJs-STxKLjJ6p_A",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Schemas`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/011_schemas/putSchemaPublish.cy.js:12:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Get all schemas
github-actions / Test Results
Schemas Get all schemas (Get all schemas) failed
e2e-tests/cypress/test_results/junit/d8bb82c78653a91b04eedb65f450f378.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/schemas/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/schemas/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU1MDA5OCwiaWF0IjoxNzgwNjc3OTUwfQ.egaTXTsFYlQuwlUNe0aWAR8HpN9_nmTfpKI7DGJHUCz9CjHKeGtr3MW1M8-6xs8QuaZnWSHYc8nW9wRVXVyV0ngBFajsvZeWNKvo2DG3FMOBS0jsQ2tKm7qDAJuGrVg27IvCacAHKHxKe7g-2uE5y6I9VE10AE1EFfQCk_a1cyUeaDW1COdqa1MgyaV_Eg7PEbWrj4WCzD4XUQGWYSt5kMVpMoBR1NaiYkVN5cdKM1GOCm28Ak1yQW7hlGEGE6rdGAit75AFRZJXnbgZEtE196r39z4r1SDiynqdDEIhVNjCCVn0Q3FurWvR00jCbo3SUhWspJ07zT_nskXmcgvbSQ", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:50 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/schemas/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU1MDA5OCwiaWF0IjoxNzgwNjc3OTUwfQ.egaTXTsFYlQuwlUNe0aWAR8HpN9_nmTfpKI7DGJHUCz9CjHKeGtr3MW1M8-6xs8QuaZnWSHYc8nW9wRVXVyV0ngBFajsvZeWNKvo2DG3FMOBS0jsQ2tKm7qDAJuGrVg27IvCacAHKHxKe7g-2uE5y6I9VE10AE1EFfQCk_a1cyUeaDW1COdqa1MgyaV_Eg7PEbWrj4WCzD4XUQGWYSt5kMVpMoBR1NaiYkVN5cdKM1GOCm28Ak1yQW7hlGEGE6rdGAit75AFRZJXnbgZEtE196r39z4r1SDiynqdDEIhVNjCCVn0Q3FurWvR00jCbo3SUhWspJ07zT_nskXmcgvbSQ",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/011_schemas/getSchemas.cy.js:10:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Import module from IPFS
github-actions / Test Results
Export Module from File Import module from IPFS (Import module from IPFS) failed
e2e-tests/cypress/test_results/junit/bd3c7b3a85269b89c66d2329be4ff253.xml [took 0s]
Raw output
A fixture file could not be found at any of the following paths: > cypress/fixtures/exportedModule.module > cypress/fixtures/exportedModule.module.[ext] Cypress looked for these file extensions at the provided path: > .json, .js, .coffee, .html, .txt, .csv, .png, .jpg, .jpeg, .gif, .tif, .tiff, .zip Provide a path to an existing fixture file.
Error: A fixture file could not be found at any of the following paths:
> cypress/fixtures/exportedModule.module
> cypress/fixtures/exportedModule.module.[ext]
Cypress looked for these file extensions at the provided path:
> .json, .js, .coffee, .html, .txt, .csv, .png, .jpg, .jpeg, .gif, .tif, .tiff, .zip
Provide a path to an existing fixture file.
at Object.<anonymous> (<embedded>:2749:329381)
at Object.tryCatcher (/root/.cache/Cypress/14.5.4/Cypress/resources/app/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/root/.cache/Cypress/14.5.4/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:512:31)
at Promise._settlePromise (/root/.cache/Cypress/14.5.4/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:569:18)
at Promise._settlePromise0 (/root/.cache/Cypress/14.5.4/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:614:10)
at Promise._settlePromises (/root/.cache/Cypress/14.5.4/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:694:18)
at Promise._fulfill (/root/.cache/Cypress/14.5.4/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:638:18)
at <unknown> (/root/.cache/Cypress/14.5.4/Cypress/resources/app/node_modules/bluebird/js/release/nodeback.js:42:21)
at s (<embedded>:227:132401)
at D.<anonymous> (<embedded>:2743:158564)
at D.emit (node:events:518:28)
at D._finish (<embedded>:2743:159494)
at i (<embedded>:2743:158885)
at D._processSimple2 (<embedded>:2743:164651)
at <unknown> (<embedded>:2743:164504)
at D._stat2 (<embedded>:2743:165569)
at <unknown> (<embedded>:2743:165416)
at s (<embedded>:1066:24225)
at s (<embedded>:227:132401)
at d (<embedded>:2865:13639)
at FSReqCallback.oncomplete (node:fs:197:21)
Check warning on line 0 in Set and unset the KYC flag for the user
github-actions / Test Results
Tokens Set and unset the KYC flag for the user (Set and unset the KYC flag for the user) failed
e2e-tests/cypress/test_results/junit/45cb3ff0c47ee58ce71f181746be1591.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/tokens The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/tokens Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlJlZ2lzdHJhbnQiLCJyb2xlIjoiVVNFUiIsImV4cGlyZUF0IjoxNzgwNjc4NTQ3NzEyLCJpYXQiOjE3ODA2Nzc5NDd9.nkwRDJlS-kOUrURG2p2MN7iFiEnx9dZzLR3Ms-Cj3dlFW8nOSZ-KTXhJSgD9HUdS0hym14WvnunezYwXyAiqoBNgm4b0xejO_Oq9Md1rEPHOxftVjrJ6kkXPKPfy_7ctMyk9kCpbuDfE4CswBeJjPk8IMIchU4emrrnAHfJJa0vJ4opAMouxKiMnhAE5HSvzjY6VeoW2UcbYGdskbDhyVTB4sP_RWestTCja0B3M7LHJNUgrq9xBAw_pz_ULhnue7En5o1J3gKJ_i4MwkVb7lD70SMr2KdmP4V7gbsyKi5RyecKxArheFjqxr8WWtrxKKXi7379JP4IwRWpUbA1l7g", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:47 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request
CypressError: `cy.request()` failed on:
http://localhost:3002/tokens
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/tokens
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlJlZ2lzdHJhbnQiLCJyb2xlIjoiVVNFUiIsImV4cGlyZUF0IjoxNzgwNjc4NTQ3NzEyLCJpYXQiOjE3ODA2Nzc5NDd9.nkwRDJlS-kOUrURG2p2MN7iFiEnx9dZzLR3Ms-Cj3dlFW8nOSZ-KTXhJSgD9HUdS0hym14WvnunezYwXyAiqoBNgm4b0xejO_Oq9Md1rEPHOxftVjrJ6kkXPKPfy_7ctMyk9kCpbuDfE4CswBeJjPk8IMIchU4emrrnAHfJJa0vJ4opAMouxKiMnhAE5HSvzjY6VeoW2UcbYGdskbDhyVTB4sP_RWestTCja0B3M7LHJNUgrq9xBAw_pz_ULhnue7En5o1J3gKJ_i4MwkVb7lD70SMr2KdmP4V7gbsyKi5RyecKxArheFjqxr8WWtrxKKXi7379JP4IwRWpUbA1l7g",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:47 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/010_tokens/putGrantRevokeKyc.cy.js:12:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
github-actions / Test Results
Tags "before all" hook: Get schema id for "Create new tag(schema) without auth token - Negative" ("before all" hook: Get schema id for "Create new tag(schema) without auth token - Negative") failed
e2e-tests/cypress/test_results/junit/46120f4e29b4e613fd0f0fcde72639b3.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/schemas/ The response we received from your web server was: > 422: Unprocessable Entity 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: GET URL: http://localhost:3002/schemas/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU3NjQ3MCwiaWF0IjoxNzgwNjc3OTc2fQ.Nej6sxxgpfjxBxt6EaQnFVB3S6jwiU2mRZc84Dy_p9mIj6mq0Yl2-vpO4wUWmfxe-L7g19GQE1FGo9Hrzoaq1WAHyy18EQV5ReajLxxbAW8fsja6z0BMl39fT2SVedDGyELTRRmuGxPnV-pI03lbrK_VYCxQhv3ZseqLIXlTh667b4CKslqaqyZ3STxOE_YDRpbLVBDg-JxyKfhOrcEvurClXgE1S5XCQe8TGN_C0uDsy9prgVnmxhQsMZ-O6LfUg7HqZgKxHNPOy3CJ5weIfLJHMQ8tpRdhx2BG6sd8tIiN1n1AiXk3mxSBDXYxFILXzUaEqgKt1MuQtDJTh5PJHw", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate" } ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:46:16 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tags`
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/
The response we received from your web server was:
> 422: Unprocessable Entity
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: GET
URL: http://localhost:3002/schemas/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODU3NjQ3MCwiaWF0IjoxNzgwNjc3OTc2fQ.Nej6sxxgpfjxBxt6EaQnFVB3S6jwiU2mRZc84Dy_p9mIj6mq0Yl2-vpO4wUWmfxe-L7g19GQE1FGo9Hrzoaq1WAHyy18EQV5ReajLxxbAW8fsja6z0BMl39fT2SVedDGyELTRRmuGxPnV-pI03lbrK_VYCxQhv3ZseqLIXlTh667b4CKslqaqyZ3STxOE_YDRpbLVBDg-JxyKfhOrcEvurClXgE1S5XCQe8TGN_C0uDsy9prgVnmxhQsMZ-O6LfUg7HqZgKxHNPOy3CJ5weIfLJHMQ8tpRdhx2BG6sd8tIiN1n1AiXk3mxSBDXYxFILXzUaEqgKt1MuQtDJTh5PJHw",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate"
}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:46:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tags`
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/014_tags/00_createGetAndDeleteSchemaTags.cy.js:13:15)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)
Check warning on line 0 in Create a new module
github-actions / Test Results
Create Module Create a new module (Create a new module) failed
e2e-tests/cypress/test_results/junit/db65da30d6cffbe9c90f6b3a73d648b7.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/modules/ The response we received from your web server was: > 422: Unprocessable Entity 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/modules/ Headers: { "Connection": "keep-alive", "authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODUxNjA1NCwiaWF0IjoxNzgwNjc3OTE2fQ.QF_FnRLIaGnwVPGq7A4CSKggvAnJrAWWl3eqiMgbPdGQZHz3tEWG_Ulz9l0TRBecU6SqBmjNhSHRmOEtnKqBEhXb9_yepvIcF6oCuDZt-chxfDev5FQVxsPcW85K3pSvBhMEg9iHLCbcbQH0dleBHlRUQhlfkMiqDBJRjd2ktXkrbraHYev02xGdUOA9AIWxE9WjMqx9mhPIQNAc_uOS308EfP5tDS8HOY3rDgLUZb_UAp3Bm4_gqV8196et3df8CaIfmczmmtk08AxfU07vhjgTih8bvQq3wpaFNDK9aT_cQqbaYCP0IQ3P7H5sYHsGzK5kvlQv5_zuGxkZDTSD7A", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 93 } Body: {"name":"FirstAPIModule","description":"FirstAPIModule desc","config":{"blockType":"module"}} ----------------------------------------------------------- The response we got was: Status: 422 - Unprocessable Entity Headers: { "content-type": "application/json; charset=utf-8", "content-length": "54", "date": "Fri, 05 Jun 2026 16:45:16 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 422, "message": "User is not registered." } https://on.cypress.io/request
CypressError: `cy.request()` failed on:
http://localhost:3002/modules/
The response we received from your web server was:
> 422: Unprocessable Entity
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/modules/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJleHBpcmVBdCI6MTc4MDY3ODUxNjA1NCwiaWF0IjoxNzgwNjc3OTE2fQ.QF_FnRLIaGnwVPGq7A4CSKggvAnJrAWWl3eqiMgbPdGQZHz3tEWG_Ulz9l0TRBecU6SqBmjNhSHRmOEtnKqBEhXb9_yepvIcF6oCuDZt-chxfDev5FQVxsPcW85K3pSvBhMEg9iHLCbcbQH0dleBHlRUQhlfkMiqDBJRjd2ktXkrbraHYev02xGdUOA9AIWxE9WjMqx9mhPIQNAc_uOS308EfP5tDS8HOY3rDgLUZb_UAp3Bm4_gqV8196et3df8CaIfmczmmtk08AxfU07vhjgTih8bvQq3wpaFNDK9aT_cQqbaYCP0IQ3P7H5sYHsGzK5kvlQv5_zuGxkZDTSD7A",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 93
}
Body: {"name":"FirstAPIModule","description":"FirstAPIModule desc","config":{"blockType":"module"}}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "54",
"date": "Fri, 05 Jun 2026 16:45:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": "User is not registered."
}
https://on.cypress.io/request
at <unknown> (http://localhost:46673/__cypress/runner/cypress_runner.js:136469:72)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise._settlePromiseFromHandler (http://localhost:46673/__cypress/runner/cypress_runner.js:1489:31)
at Promise._settlePromise (http://localhost:46673/__cypress/runner/cypress_runner.js:1546:18)
at Promise._settlePromise0 (http://localhost:46673/__cypress/runner/cypress_runner.js:1591:10)
at Promise._settlePromises (http://localhost:46673/__cypress/runner/cypress_runner.js:1671:18)
at _drainQueueStep (http://localhost:46673/__cypress/runner/cypress_runner.js:2377:12)
at _drainQueue (http://localhost:46673/__cypress/runner/cypress_runner.js:2370:9)
at Async._drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2386:5)
at Async.drainQueues (http://localhost:46673/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/007_modules/00_postModule.cy.js:50:16)
at getRet (http://localhost:46673/__cypress/runner/cypress_runner.js:121066:20)
at tryCatcher (http://localhost:46673/__cypress/runner/cypress_runner.js:1777:23)
at Promise.attempt.Promise.try (http://localhost:46673/__cypress/runner/cypress_runner.js:4285:29)
at Context.thenFn (http://localhost:46673/__cypress/runner/cypress_runner.js:121077:66)
at Context.then (http://localhost:46673/__cypress/runner/cypress_runner.js:121328:21)
at wrapped (http://localhost:46673/__cypress/runner/cypress_runner.js:141671:19)