This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Merge pull request #930 from gentlementlegen/fix/revert-configuration #31
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\""
}
]
at /home/runner/work/ubiquibot/ubiquibot/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\""
}
]
at /home/runner/work/ubiquibot/ubiquibot/dist/bindings/env.js:13:11
at /home/runner/work/ubiquibot/ubiquibot/dist/adapters/adapters.js:13:7
at /home/runner/work/ubiquibot/ubiquibot/dist/adapters/supabase/helpers/tables/wallet.test.js:8:7
|
e2e-test
Process completed with exit code 1.
|