Merge pull request #930 from gentlementlegen/fix/revert-configuration #395
Annotations
3 errors
error: Invalid env configuration: [:
src/bindings/env.ts#L9
"instancePath": "/WEBHOOK_PROXY_URL",
"schemaPath": "#/properties/WEBHOOK_PROXY_URL/format",
"keyword": "format",
"params": {
"format": "uri"
},
"message": "must match format \"uri\""
},
{
"instancePath": "/SUPABASE_URL",
"schemaPath": "#/properties/SUPABASE_URL/format",
"keyword": "format",
"params": {
"format": "uri"
},
"message": "must match format \"uri\""
},
{
"instancePath": "/APP_ID",
"schemaPath": "#/properties/APP_ID/type",
"keyword": "type",
"params": {
"type": "number"
},
"message": "must be number"
}
]
at /home/runner/work/***/***/src/bindings/env.ts:9:9
|
error: Invalid env configuration: [:
dist/bindings/env.js#L13
"instancePath": "/WEBHOOK_PROXY_URL",
"schemaPath": "#/properties/WEBHOOK_PROXY_URL/format",
"keyword": "format",
"params": {
"format": "uri"
},
"message": "must match format \"uri\""
},
{
"instancePath": "/SUPABASE_URL",
"schemaPath": "#/properties/SUPABASE_URL/format",
"keyword": "format",
"params": {
"format": "uri"
},
"message": "must match format \"uri\""
},
{
"instancePath": "/APP_ID",
"schemaPath": "#/properties/APP_ID/type",
"keyword": "type",
"params": {
"type": "number"
},
"message": "must be number"
}
]
at /home/runner/work/***/***/dist/bindings/env.js:13:11
at /home/runner/work/***/***/dist/adapters/adapters.js:13:7
at /home/runner/work/***/***/dist/adapters/supabase/helpers/tables/wallet.test.js:8:7
|
e2e-test
Process completed with exit code 1.
|