环回访问令牌不适用于postgresql

时间:2018-01-13 23:06:16

标签: node.js postgresql loopback

我使用loopback 3.x和postgresql构建app 我按照教程创建了一个应用程序。 顺便说一下,我无法使用登录获取的访问令牌。 我得到以下例外:

  

{"错误" {"的StatusCode" 500"名称":"的AssertionError   [ERR_ASSERTION]"," message":" token.created必须是有效的   日期"" generatedMessage":假,"代码":" ERR_ASSERTION""实际":无效,"预期& #34;:真,"操作":" ==""堆栈":"的AssertionError   [ERR_ASSERTION]:token.created必须是有效的Date \ n at   ModelConstructor.AccessToken.validate   (F:\ Angular2 \ stanapp \ API \ node_modules \环回\共同\模型\访问token.js:229:7)\ n   在   F:\ Angular2 \ stanapp \ API \ node_modules \回环\ COMMON \型号\访问token.js:178:15 \ n   在   F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ dao.js:2176:5 \ n   在   F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ dao.js:2111:9 \ n   在   F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ node_modules \异步\ DIST \ async.js:1012:9 \ n   在   F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ node_modules \异步\ DIST \ async.js:359:16 \ n   在iteratorCallback   (F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ node_modules \异步\ DIST \ async.js:935:13)\ n   在   F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ node_modules \异步\ DIST \ async.js:843:16 \ n   在   F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ node_modules \异步\ DIST \ async.js:1009:13 \ n   在buildResult   (F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ dao.js:2077:11)\ n   在   F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ dao.js:2091:13 \ n   在doNotify   (F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ observer.js:155:49)\ n   在doNotify   (F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ observer.js:155:49)\ n   在doNotify   (F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ observer.js:155:49)\ n   在doNotify   (F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ observer.js:155:49)\ n   在Function.ObserverMixin._notifyBaseObservers   (F:\ Angular2 \ stanapp \ API \ node_modules \回送数据源-杂耍\ lib中\ observer.js:178:5)"}}

我在2年前发现了same article,但没有回答。 你有什么想法吗?

0 个答案:

没有答案