Advertisement
Guest User

Untitled

a guest
Dec 30th, 2017
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.38 KB | None | 0 0
  1. Using production database
  2. A.N.N.A v1.0.0 listening on 192.168.50.5:8080
  3. [2017-12-30T06:38:40.211Z #827c771c] Started POST /auth/login for 192.168.50.1
  4. Executing (default): SELECT `User`.*, `groups`.`id` AS `groups.id`, `groups`.`name` AS `groups.name`, `groups->UserGroup`.`groupId` AS `groups.UserGroup.groupId`, `groups->UserGroup`.`userId` AS `groups.UserGroup.userId` FROM (SELECT `User`.`id`, `User`.`username`, `User`.`email`, `User`.`password`, `User`.`createdAt`, `User`.`updatedAt` FROM `Users` AS `User` WHERE `User`.`username` = 'root' LIMIT 1) AS `User` LEFT OUTER JOIN ( `UserGroup` AS `groups->UserGroup` INNER JOIN `Groups` AS `groups` ON `groups`.`id` = `groups->UserGroup`.`groupId`) ON `User`.`id` = `groups->UserGroup`.`userId`;
  5. unhandled exception :
  6. ServerResponse {
  7. domain: null,
  8. _events:
  9. { finish: [ [Function: bound resOnFinish], [Function: onevent] ],
  10. end: [Function: onevent] },
  11. _eventsCount: 2,
  12. _maxListeners: undefined,
  13. output: [],
  14. outputEncodings: [],
  15. outputCallbacks: [],
  16. outputSize: 0,
  17. writable: true,
  18. _last: false,
  19. upgrading: false,
  20. chunkedEncoding: false,
  21. shouldKeepAlive: true,
  22. useChunkedEncodingByDefault: true,
  23. sendDate: true,
  24. _removedConnection: false,
  25. _removedContLen: false,
  26. _removedTE: false,
  27. _contentLength: null,
  28. _hasBody: true,
  29. _trailer: '',
  30. finished: false,
  31. _headerSent: true,
  32. socket:
  33. Socket {
  34. connecting: false,
  35. _hadError: false,
  36. _handle:
  37. TCP {
  38. reading: true,
  39. owner: [Circular],
  40. onread: [Function: onread],
  41. onconnection: null,
  42. writeQueueSize: 0,
  43. _consumed: true },
  44. _parent: null,
  45. _host: null,
  46. _readableState:
  47. ReadableState {
  48. objectMode: false,
  49. highWaterMark: 16384,
  50. buffer: [Object],
  51. length: 0,
  52. pipes: null,
  53. pipesCount: 0,
  54. flowing: true,
  55. ended: false,
  56. endEmitted: false,
  57. reading: true,
  58. sync: false,
  59. needReadable: true,
  60. emittedReadable: false,
  61. readableListening: false,
  62. resumeScheduled: false,
  63. destroyed: false,
  64. defaultEncoding: 'utf8',
  65. awaitDrain: 0,
  66. readingMore: false,
  67. decoder: null,
  68. encoding: null },
  69. readable: true,
  70. domain: null,
  71. _events:
  72. { end: [Array],
  73. finish: [Function: onSocketFinish],
  74. _socketEnd: [Function: onSocketEnd],
  75. drain: [Array],
  76. timeout: [Function: socketOnTimeout],
  77. data: [Function: bound socketOnData],
  78. error: [Array],
  79. close: [Array],
  80. resume: [Function: onSocketResume],
  81. pause: [Function: onSocketPause] },
  82. _eventsCount: 10,
  83. _maxListeners: undefined,
  84. _writableState:
  85. WritableState {
  86. objectMode: false,
  87. highWaterMark: 16384,
  88. finalCalled: false,
  89. needDrain: false,
  90. ending: false,
  91. ended: false,
  92. finished: false,
  93. destroyed: false,
  94. decodeStrings: false,
  95. defaultEncoding: 'utf8',
  96. length: 0,
  97. writing: false,
  98. corked: 0,
  99. sync: false,
  100. bufferProcessing: false,
  101. onwrite: [Function: bound onwrite],
  102. writecb: null,
  103. writelen: 0,
  104. bufferedRequest: null,
  105. lastBufferedRequest: null,
  106. pendingcb: 0,
  107. prefinished: false,
  108. errorEmitted: false,
  109. bufferedRequestCount: 0,
  110. corkedRequestsFree: [Object] },
  111. writable: true,
  112. allowHalfOpen: true,
  113. _bytesDispatched: 637,
  114. _sockname: null,
  115. _pendingData: null,
  116. _pendingEncoding: '',
  117. server:
  118. Server {
  119. domain: null,
  120. _events: [Object],
  121. _eventsCount: 2,
  122. _maxListeners: undefined,
  123. _connections: 2,
  124. _handle: [Object],
  125. _usingSlaves: false,
  126. _slaves: [],
  127. _unref: false,
  128. allowHalfOpen: true,
  129. pauseOnConnect: false,
  130. httpAllowHalfOpen: false,
  131. timeout: 120000,
  132. keepAliveTimeout: 5000,
  133. _pendingResponseData: 0,
  134. maxHeadersCount: null,
  135. _connectionKey: '4:192.168.50.5:8080',
  136. [Symbol(asyncId)]: 15 },
  137. _server:
  138. Server {
  139. domain: null,
  140. _events: [Object],
  141. _eventsCount: 2,
  142. _maxListeners: undefined,
  143. _connections: 2,
  144. _handle: [Object],
  145. _usingSlaves: false,
  146. _slaves: [],
  147. _unref: false,
  148. allowHalfOpen: true,
  149. pauseOnConnect: false,
  150. httpAllowHalfOpen: false,
  151. timeout: 120000,
  152. keepAliveTimeout: 5000,
  153. _pendingResponseData: 0,
  154. maxHeadersCount: null,
  155. _connectionKey: '4:192.168.50.5:8080',
  156. [Symbol(asyncId)]: 15 },
  157. _idleTimeout: 120000,
  158. _idleNext:
  159. TimersList {
  160. _idleNext: [Circular],
  161. _idlePrev: [Circular],
  162. _timer: [Object],
  163. _unrefed: true,
  164. msecs: 120000,
  165. nextTick: false },
  166. _idlePrev:
  167. TimersList {
  168. _idleNext: [Circular],
  169. _idlePrev: [Circular],
  170. _timer: [Object],
  171. _unrefed: true,
  172. msecs: 120000,
  173. nextTick: false },
  174. _idleStart: 7305,
  175. _destroyed: false,
  176. parser:
  177. HTTPParser {
  178. '0': [Function: parserOnHeaders],
  179. '1': [Function: parserOnHeadersComplete],
  180. '2': [Function: parserOnBody],
  181. '3': [Function: parserOnMessageComplete],
  182. '4': [Function: bound onParserExecute],
  183. _headers: [],
  184. _url: '',
  185. _consumed: true,
  186. socket: [Circular],
  187. incoming: [Object],
  188. outgoing: null,
  189. maxHeaderPairs: 2000,
  190. onIncoming: [Function: bound parserOnIncoming] },
  191. on: [Function: socketOnWrap],
  192. _paused: false,
  193. read: [Function],
  194. _consuming: true,
  195. _httpMessage: [Circular],
  196. _peername: { address: '192.168.50.1', family: 'IPv4', port: 55820 },
  197. [Symbol(asyncId)]: 36,
  198. [Symbol(bytesRead)]: 0,
  199. [Symbol(asyncId)]: 37,
  200. [Symbol(triggerAsyncId)]: 15 },
  201. connection:
  202. Socket {
  203. connecting: false,
  204. _hadError: false,
  205. _handle:
  206. TCP {
  207. reading: true,
  208. owner: [Circular],
  209. onread: [Function: onread],
  210. onconnection: null,
  211. writeQueueSize: 0,
  212. _consumed: true },
  213. _parent: null,
  214. _host: null,
  215. _readableState:
  216. ReadableState {
  217. objectMode: false,
  218. highWaterMark: 16384,
  219. buffer: [Object],
  220. length: 0,
  221. pipes: null,
  222. pipesCount: 0,
  223. flowing: true,
  224. ended: false,
  225. endEmitted: false,
  226. reading: true,
  227. sync: false,
  228. needReadable: true,
  229. emittedReadable: false,
  230. readableListening: false,
  231. resumeScheduled: false,
  232. destroyed: false,
  233. defaultEncoding: 'utf8',
  234. awaitDrain: 0,
  235. readingMore: false,
  236. decoder: null,
  237. encoding: null },
  238. readable: true,
  239. domain: null,
  240. _events:
  241. { end: [Array],
  242. finish: [Function: onSocketFinish],
  243. _socketEnd: [Function: onSocketEnd],
  244. drain: [Array],
  245. timeout: [Function: socketOnTimeout],
  246. data: [Function: bound socketOnData],
  247. error: [Array],
  248. close: [Array],
  249. resume: [Function: onSocketResume],
  250. pause: [Function: onSocketPause] },
  251. _eventsCount: 10,
  252. _maxListeners: undefined,
  253. _writableState:
  254. WritableState {
  255. objectMode: false,
  256. highWaterMark: 16384,
  257. finalCalled: false,
  258. needDrain: false,
  259. ending: false,
  260. ended: false,
  261. finished: false,
  262. destroyed: false,
  263. decodeStrings: false,
  264. defaultEncoding: 'utf8',
  265. length: 0,
  266. writing: false,
  267. corked: 0,
  268. sync: false,
  269. bufferProcessing: false,
  270. onwrite: [Function: bound onwrite],
  271. writecb: null,
  272. writelen: 0,
  273. bufferedRequest: null,
  274. lastBufferedRequest: null,
  275. pendingcb: 0,
  276. prefinished: false,
  277. errorEmitted: false,
  278. bufferedRequestCount: 0,
  279. corkedRequestsFree: [Object] },
  280. writable: true,
  281. allowHalfOpen: true,
  282. _bytesDispatched: 637,
  283. _sockname: null,
  284. _pendingData: null,
  285. _pendingEncoding: '',
  286. server:
  287. Server {
  288. domain: null,
  289. _events: [Object],
  290. _eventsCount: 2,
  291. _maxListeners: undefined,
  292. _connections: 2,
  293. _handle: [Object],
  294. _usingSlaves: false,
  295. _slaves: [],
  296. _unref: false,
  297. allowHalfOpen: true,
  298. pauseOnConnect: false,
  299. httpAllowHalfOpen: false,
  300. timeout: 120000,
  301. keepAliveTimeout: 5000,
  302. _pendingResponseData: 0,
  303. maxHeadersCount: null,
  304. _connectionKey: '4:192.168.50.5:8080',
  305. [Symbol(asyncId)]: 15 },
  306. _server:
  307. Server {
  308. domain: null,
  309. _events: [Object],
  310. _eventsCount: 2,
  311. _maxListeners: undefined,
  312. _connections: 2,
  313. _handle: [Object],
  314. _usingSlaves: false,
  315. _slaves: [],
  316. _unref: false,
  317. allowHalfOpen: true,
  318. pauseOnConnect: false,
  319. httpAllowHalfOpen: false,
  320. timeout: 120000,
  321. keepAliveTimeout: 5000,
  322. _pendingResponseData: 0,
  323. maxHeadersCount: null,
  324. _connectionKey: '4:192.168.50.5:8080',
  325. [Symbol(asyncId)]: 15 },
  326. _idleTimeout: 120000,
  327. _idleNext:
  328. TimersList {
  329. _idleNext: [Circular],
  330. _idlePrev: [Circular],
  331. _timer: [Object],
  332. _unrefed: true,
  333. msecs: 120000,
  334. nextTick: false },
  335. _idlePrev:
  336. TimersList {
  337. _idleNext: [Circular],
  338. _idlePrev: [Circular],
  339. _timer: [Object],
  340. _unrefed: true,
  341. msecs: 120000,
  342. nextTick: false },
  343. _idleStart: 7305,
  344. _destroyed: false,
  345. parser:
  346. HTTPParser {
  347. '0': [Function: parserOnHeaders],
  348. '1': [Function: parserOnHeadersComplete],
  349. '2': [Function: parserOnBody],
  350. '3': [Function: parserOnMessageComplete],
  351. '4': [Function: bound onParserExecute],
  352. _headers: [],
  353. _url: '',
  354. _consumed: true,
  355. socket: [Circular],
  356. incoming: [Object],
  357. outgoing: null,
  358. maxHeaderPairs: 2000,
  359. onIncoming: [Function: bound parserOnIncoming] },
  360. on: [Function: socketOnWrap],
  361. _paused: false,
  362. read: [Function],
  363. _consuming: true,
  364. _httpMessage: [Circular],
  365. _peername: { address: '192.168.50.1', family: 'IPv4', port: 55820 },
  366. [Symbol(asyncId)]: 36,
  367. [Symbol(bytesRead)]: 0,
  368. [Symbol(asyncId)]: 37,
  369. [Symbol(triggerAsyncId)]: 15 },
  370. _header: 'HTTP/1.1 401 Unauthorized\r\nX-DNS-Prefetch-Control: off\r\nX-Frame-Options: SAMEORIGIN\r\nStrict-Transport-Security: max-age=15552000; includeSubDomains\r\nX-Download-Options: noopen\r\nX-Content-Type-Options: nosniff\r\nX-XSS-Protection: 1; mode=block\r\nX-RateLimit-Limit: 100\r\nX-RateLimit-Remaining: 98\r\nAccess-Control-Allow-Origin: http://localhost:8080\r\nVary: Origin\r\nAccess-Control-Allow-Credentials: true\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 66\r\nETag: W/"42-KBEoYdJyE5soMuCpEXpOpSvC1X4"\r\nDate: Sat, 30 Dec 2017 06:38:40 GMT\r\nConnection: keep-alive\r\n\r\n',
  371. _onPendingData: [Function: bound updateOutgoingData],
  372. _sent100: false,
  373. _expect_continue: false,
  374. req:
  375. IncomingMessage {
  376. _readableState:
  377. ReadableState {
  378. objectMode: false,
  379. highWaterMark: 16384,
  380. buffer: [Object],
  381. length: 0,
  382. pipes: null,
  383. pipesCount: 0,
  384. flowing: true,
  385. ended: true,
  386. endEmitted: true,
  387. reading: false,
  388. sync: false,
  389. needReadable: false,
  390. emittedReadable: false,
  391. readableListening: false,
  392. resumeScheduled: false,
  393. destroyed: false,
  394. defaultEncoding: 'utf8',
  395. awaitDrain: 0,
  396. readingMore: false,
  397. decoder: null,
  398. encoding: null },
  399. readable: false,
  400. domain: null,
  401. _events: {},
  402. _eventsCount: 0,
  403. _maxListeners: undefined,
  404. socket:
  405. Socket {
  406. connecting: false,
  407. _hadError: false,
  408. _handle: [Object],
  409. _parent: null,
  410. _host: null,
  411. _readableState: [Object],
  412. readable: true,
  413. domain: null,
  414. _events: [Object],
  415. _eventsCount: 10,
  416. _maxListeners: undefined,
  417. _writableState: [Object],
  418. writable: true,
  419. allowHalfOpen: true,
  420. _bytesDispatched: 637,
  421. _sockname: null,
  422. _pendingData: null,
  423. _pendingEncoding: '',
  424. server: [Object],
  425. _server: [Object],
  426. _idleTimeout: 120000,
  427. _idleNext: [Object],
  428. _idlePrev: [Object],
  429. _idleStart: 7305,
  430. _destroyed: false,
  431. parser: [Object],
  432. on: [Function: socketOnWrap],
  433. _paused: false,
  434. read: [Function],
  435. _consuming: true,
  436. _httpMessage: [Circular],
  437. _peername: [Object],
  438. [Symbol(asyncId)]: 36,
  439. [Symbol(bytesRead)]: 0,
  440. [Symbol(asyncId)]: 37,
  441. [Symbol(triggerAsyncId)]: 15 },
  442. connection:
  443. Socket {
  444. connecting: false,
  445. _hadError: false,
  446. _handle: [Object],
  447. _parent: null,
  448. _host: null,
  449. _readableState: [Object],
  450. readable: true,
  451. domain: null,
  452. _events: [Object],
  453. _eventsCount: 10,
  454. _maxListeners: undefined,
  455. _writableState: [Object],
  456. writable: true,
  457. allowHalfOpen: true,
  458. _bytesDispatched: 637,
  459. _sockname: null,
  460. _pendingData: null,
  461. _pendingEncoding: '',
  462. server: [Object],
  463. _server: [Object],
  464. _idleTimeout: 120000,
  465. _idleNext: [Object],
  466. _idlePrev: [Object],
  467. _idleStart: 7305,
  468. _destroyed: false,
  469. parser: [Object],
  470. on: [Function: socketOnWrap],
  471. _paused: false,
  472. read: [Function],
  473. _consuming: true,
  474. _httpMessage: [Circular],
  475. _peername: [Object],
  476. [Symbol(asyncId)]: 36,
  477. [Symbol(bytesRead)]: 0,
  478. [Symbol(asyncId)]: 37,
  479. [Symbol(triggerAsyncId)]: 15 },
  480. httpVersionMajor: 1,
  481. httpVersionMinor: 1,
  482. httpVersion: '1.1',
  483. complete: true,
  484. headers:
  485. { host: '192.168.50.5:8080',
  486. 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0',
  487. accept: 'application/json, text/plain, */*',
  488. 'accept-language': 'fr,fr-FR;q=0.5',
  489. 'accept-encoding': 'gzip, deflate',
  490. referer: 'http://localhost:8080/login',
  491. 'content-type': 'application/json;charset=utf-8',
  492. 'content-length': '46',
  493. origin: 'http://localhost:8080',
  494. cookie: 'connect.sid=s%3A35gukM9Z0iyd8mdtq8-28aUlndt-mGOw.XxFhDiZZ%2FENoY%2Ft%2BDKvxAssYG8zpcRQuBARhSJIjJsI',
  495. connection: 'keep-alive' },
  496. rawHeaders:
  497. [ 'Host',
  498. '192.168.50.5:8080',
  499. 'User-Agent',
  500. 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0',
  501. 'Accept',
  502. 'application/json, text/plain, */*',
  503. 'Accept-Language',
  504. 'fr,fr-FR;q=0.5',
  505. 'Accept-Encoding',
  506. 'gzip, deflate',
  507. 'Referer',
  508. 'http://localhost:8080/login',
  509. 'Content-Type',
  510. 'application/json;charset=utf-8',
  511. 'Content-Length',
  512. '46',
  513. 'Origin',
  514. 'http://localhost:8080',
  515. 'Cookie',
  516. 'connect.sid=s%3A35gukM9Z0iyd8mdtq8-28aUlndt-mGOw.XxFhDiZZ%2FENoY%2Ft%2BDKvxAssYG8zpcRQuBARhSJIjJsI',
  517. 'Connection',
  518. 'keep-alive' ],
  519. trailers: {},
  520. rawTrailers: [],
  521. upgrade: false,
  522. url: '/login',
  523. method: 'POST',
  524. statusCode: null,
  525. statusMessage: null,
  526. client:
  527. Socket {
  528. connecting: false,
  529. _hadError: false,
  530. _handle: [Object],
  531. _parent: null,
  532. _host: null,
  533. _readableState: [Object],
  534. readable: true,
  535. domain: null,
  536. _events: [Object],
  537. _eventsCount: 10,
  538. _maxListeners: undefined,
  539. _writableState: [Object],
  540. writable: true,
  541. allowHalfOpen: true,
  542. _bytesDispatched: 637,
  543. _sockname: null,
  544. _pendingData: null,
  545. _pendingEncoding: '',
  546. server: [Object],
  547. _server: [Object],
  548. _idleTimeout: 120000,
  549. _idleNext: [Object],
  550. _idlePrev: [Object],
  551. _idleStart: 7305,
  552. _destroyed: false,
  553. parser: [Object],
  554. on: [Function: socketOnWrap],
  555. _paused: false,
  556. read: [Function],
  557. _consuming: true,
  558. _httpMessage: [Circular],
  559. _peername: [Object],
  560. [Symbol(asyncId)]: 36,
  561. [Symbol(bytesRead)]: 0,
  562. [Symbol(asyncId)]: 37,
  563. [Symbol(triggerAsyncId)]: 15 },
  564. _consuming: true,
  565. _dumped: false,
  566. next: [Function: next],
  567. baseUrl: '/auth',
  568. originalUrl: '/auth/login',
  569. _parsedUrl:
  570. Url {
  571. protocol: null,
  572. slashes: null,
  573. auth: null,
  574. host: null,
  575. port: null,
  576. hostname: null,
  577. hash: null,
  578. search: null,
  579. query: null,
  580. pathname: '/login',
  581. path: '/login',
  582. href: '/login',
  583. _raw: '/login' },
  584. params: {},
  585. query: {},
  586. res: [Circular],
  587. rateLimit: { limit: 100, current: 2, remaining: 98 },
  588. body: { username: 'root', password: 'OneServè2017' },
  589. _body: true,
  590. length: undefined,
  591. read: [Function],
  592. _parsedOriginalUrl:
  593. Url {
  594. protocol: null,
  595. slashes: null,
  596. auth: null,
  597. host: null,
  598. port: null,
  599. hostname: null,
  600. hash: null,
  601. search: null,
  602. query: null,
  603. pathname: '/auth/login',
  604. path: '/auth/login',
  605. href: '/auth/login',
  606. _raw: '/auth/login' },
  607. sessionStore:
  608. RedisStore {
  609. domain: null,
  610. _events: [Object],
  611. _eventsCount: 2,
  612. _maxListeners: undefined,
  613. prefix: 'sess:',
  614. scanCount: 100,
  615. serializer: {},
  616. client: [Object],
  617. ttl: undefined,
  618. disableTTL: undefined,
  619. generate: [Function] },
  620. sessionID: '35gukM9Z0iyd8mdtq8-28aUlndt-mGOw',
  621. session: Session { cookie: [Object], auth: 1 },
  622. id: '827c771c-3629-490d-bf00-c7ac768a583e',
  623. _startAt: [ 5355, 208921518 ],
  624. _startTime: 2017-12-30T06:38:40.211Z,
  625. _remoteAddress: '192.168.50.1',
  626. route: Route { path: '/login', stack: [Array], methods: [Object] } },
  627. locals: {},
  628. boom:
  629. { wrap: [Function],
  630. create: [Function],
  631. badRequest: [Function],
  632. unauthorized: [Function],
  633. forbidden: [Function],
  634. notFound: [Function],
  635. methodNotAllowed: [Function],
  636. notAcceptable: [Function],
  637. proxyAuthRequired: [Function],
  638. clientTimeout: [Function],
  639. conflict: [Function],
  640. resourceGone: [Function],
  641. lengthRequired: [Function],
  642. preconditionFailed: [Function],
  643. entityTooLarge: [Function],
  644. uriTooLong: [Function],
  645. unsupportedMediaType: [Function],
  646. rangeNotSatisfiable: [Function],
  647. expectationFailed: [Function],
  648. badData: [Function],
  649. locked: [Function],
  650. preconditionRequired: [Function],
  651. tooManyRequests: [Function],
  652. illegal: [Function],
  653. internal: [Function],
  654. notImplemented: [Function],
  655. badGateway: [Function],
  656. serverUnavailable: [Function],
  657. serverTimeout: [Function],
  658. gatewayTimeout: [Function],
  659. badImplementation: [Function] },
  660. writeHead: [Function: writeHead],
  661. end: [Function: end],
  662. _startAt: [ 5355, 354330325 ],
  663. _startTime: 2017-12-30T06:38:40.357Z,
  664. __onFinished: { [Function: listener] queue: [ [Function: logRequest] ] },
  665. statusCode: 401,
  666. statusMessage: 'Unauthorized',
  667. [Symbol(outHeadersKey)]:
  668. { 'x-dns-prefetch-control': [ 'X-DNS-Prefetch-Control', 'off' ],
  669. 'x-frame-options': [ 'X-Frame-Options', 'SAMEORIGIN' ],
  670. 'strict-transport-security':
  671. [ 'Strict-Transport-Security',
  672. 'max-age=15552000; includeSubDomains' ],
  673. 'x-download-options': [ 'X-Download-Options', 'noopen' ],
  674. 'x-content-type-options': [ 'X-Content-Type-Options', 'nosniff' ],
  675. 'x-xss-protection': [ 'X-XSS-Protection', '1; mode=block' ],
  676. 'x-ratelimit-limit': [ 'X-RateLimit-Limit', 100 ],
  677. 'x-ratelimit-remaining': [ 'X-RateLimit-Remaining', 98 ],
  678. 'access-control-allow-origin': [ 'Access-Control-Allow-Origin', 'http://localhost:8080' ],
  679. vary: [ 'Vary', 'Origin' ],
  680. 'access-control-allow-credentials': [ 'Access-Control-Allow-Credentials', 'true' ],
  681. 'content-type': [ 'Content-Type', 'application/json; charset=utf-8' ],
  682. 'content-length': [ 'Content-Length', '66' ],
  683. etag: [ 'ETag', 'W/"42-KBEoYdJyE5soMuCpEXpOpSvC1X4"' ] } }
  684. npm ERR! code ELIFECYCLE
  685. npm ERR! errno 1
  686. npm ERR! anna-backend@1.0.0 start: `node ./app.js`
  687. npm ERR! Exit status 1
  688. npm ERR!
  689. npm ERR! Failed at the anna-backend@1.0.0 start script.
  690. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  691. vagrant@vagrant:~/Anna/backend$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement