steedos / steedos-accounts

华炎魔方账户管理
2 stars 1 forks source link

集成到项目时,服务端报错: Invalid URL: / 相对路径可能要特殊处理一下 #16

Closed hotlong closed 5 years ago

hotlong commented 5 years ago

(node:44014) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_URL]: Invalid URL: / at onParseError (internal/url.js:241:17) at new URL (internal/url.js:319:5) at Object. (/Users/steedos/Documents/GitHub/steedos-contracts-app/node_modules/@steedos/accounts/src/rest-express/endpoints/authorize.ts:25:27) at step (/Users/steedos/Documents/GitHub/steedos-contracts-app/node_modules/tslib/tslib.js:136:27) at Object.next (/Users/steedos/Documents/GitHub/steedos-contracts-app/node_modules/tslib/tslib.js:117:57) at /Users/steedos/Documents/GitHub/steedos-contracts-app/node_modules/tslib/tslib.js:110:75 at new Promise () at Object.__awaiter (/Users/steedos/Documents/GitHub/steedos-contracts-app/node_modules/tslib/tslib.js:106:16) at /Users/steedos/Documents/GitHub/steedos-contracts-app/node_modules/@steedos/accounts/src/rest-express/endpoints/authorize.ts:10:24 at Layer.handle [as handle_request] (/Users/steedos/Documents/GitHub/steedos-contracts-app/node_modules/express/lib/router/layer.js:95:5)