Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. 2018-07-17T01:35:10.098347+00:00 app[web.1]: /app/node_modules/parse-server/lib/Controllers/DatabaseController.js:1038
  2. 2018-07-17T01:35:10.098366+00:00 app[web.1]: const indexPromise = this.adapter.updateSchemaWithIndexes();
  3. 2018-07-17T01:35:10.098370+00:00 app[web.1]: ^
  4. 2018-07-17T01:35:10.098372+00:00 app[web.1]:
  5. 2018-07-17T01:35:10.098374+00:00 app[web.1]: TypeError: this.adapter.updateSchemaWithIndexes is not a function
  6. 2018-07-17T01:35:10.098376+00:00 app[web.1]: at DatabaseController.performInitialization (/app/node_modules/parse-server/lib/Controllers/DatabaseController.js:1038:39)
  7. 2018-07-17T01:35:10.098378+00:00 app[web.1]: at new ParseServer (/app/node_modules/parse-server/lib/ParseServer.js:146:46)
  8. 2018-07-17T01:35:10.098380+00:00 app[web.1]: at new _ParseServer (/app/node_modules/parse-server/lib/index.js:54:18)
  9. 2018-07-17T01:35:10.098381+00:00 app[web.1]: at Object.<anonymous> (/app/app.js:38:11)
  10. 2018-07-17T01:35:10.098383+00:00 app[web.1]: at Module._compile (module.js:652:30)
  11. 2018-07-17T01:35:10.098385+00:00 app[web.1]: at Object.Module._extensions..js (module.js:663:10)
  12. 2018-07-17T01:35:10.098387+00:00 app[web.1]: at Module.load (module.js:565:32)
  13. 2018-07-17T01:35:10.098388+00:00 app[web.1]: at tryModuleLoad (module.js:505:12)
  14. 2018-07-17T01:35:10.098390+00:00 app[web.1]: at Function.Module._load (module.js:497:3)
  15. 2018-07-17T01:35:10.098391+00:00 app[web.1]: at Module.require (module.js:596:17)
  16. 2018-07-17T01:35:10.098393+00:00 app[web.1]: at require (internal/module.js:11:18)
  17. 2018-07-17T01:35:10.098394+00:00 app[web.1]: at Object.<anonymous> (/app/bin/www:7:11)
  18. 2018-07-17T01:35:10.098396+00:00 app[web.1]: at Module._compile (module.js:652:30)
  19. 2018-07-17T01:35:10.098397+00:00 app[web.1]: at Object.Module._extensions..js (module.js:663:10)
  20. 2018-07-17T01:35:10.098399+00:00 app[web.1]: at Module.load (module.js:565:32)
  21. 2018-07-17T01:35:10.098400+00:00 app[web.1]: at tryModuleLoad (module.js:505:12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement