sample-apps icon indicating copy to clipboard operation
sample-apps copied to clipboard

Collection of developer apps, API tooling and template files that you can use with the MATTR VII platform

Results 26 sample-apps issues
Sort by recently updated
recently updated
newest added

When starting the issue-direct-credential-express app I get the following error (with node v20.11.0): D:\Archive\Projects\mattr\direct-credentials\node_modules\ts-node\dist\index.js:851 return old(m, filename); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module D:\Archive\Projects\mattr\direct-credentials\node_modules\got\dist\source\index.js from D:\Archive\Projects\mattr\direct-credentials\src\app.ts not supported. Instead...

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

**I get following Message when i try to run the app:** Server started on port 2000 Ngrok statusCode: 200 Creating Presentation Request at https://visa-cyflnq.vii.mattr.global/core/v1/presentations/requests (node:15448) UnhandledPromiseRejectionWarning: HTTPError: Response code 400...

After issuing credentials and clicking on "Send Async Message" button, it says check your wallet but i do not see any message in wallet

I follow README.md file to issue sample VC. But it caused ``` HTTPError: Response code 401 (Unauthorized) at Request. (/Users/masakiobayashi/main/Blockbase/mattr-sample/sample-apps/issue-direct-credential-express/node_modules/got/dist/source/as-promise/index.js:117:42) at processTicksAndRejections (internal/process/task_queues.js:95:5) ``` I think .env-template is wrong TENANT...

Two tips to get the oidc_client_react sample app running: 1. HOST environment variable needs to be unset 2. With recent versions of node.js (17+) and openssl I had to enable...