+1 on this…
When I run node seed locally, I get this error when I try to get to the map page, the challenges don’t show up either.
I followed contribution instructions step by step. All versions of all plugins + npm and mongo are up to date. I tried recloning my fork and starting over twice and the same thing happens when I run node seed.
Any help would be appreciated.
[HMR] bundle has warnings:
./~/babel-core/lib/transformation/file/options/option-manager.js
Critical dependencies:
174:19-37 the request of a dependency is an expression
302:16-34 the request of a dependency is an expression
@ ./~/babel-core/lib/transformation/file/options/option-manager.js 174:19-37 302:16-34
./~/babel-core/lib/transformation/file/index.js
Critical dependencies:
510:24-39 the request of a dependency is an expression
709:16-34 the request of a dependency is an expression
@ ./~/babel-core/lib/transformation/file/index.js 510:24-39 709:16-34
problems @ client.js:119
processMessage @ client.js:159
handleMessage @ client.js:72
index.js:222 GET http://localhost:3000/services/map;lang=en?_csrf=dwZrIcVE-5F2hd3TSWfBvJtBS13OaZPBnlJM&returnMeta=true 500 (Internal Server Error)
_createXHR @ index.js:222
createXHR @ index.js:50
io @ http.client.js:171
doXhr @ http.client.js:167
get @ http.client.js:242
executeRequest @ fetcher.client.js:245
Request.end @ fetcher.client.js:168
read @ fetcher.client.js:392
(anonymous) @ services-creator.js:19
tryCatcher @ rx.all.js:63
setDisposable @ rx.all.js:11772
Rx.AnonymousObservable.AnonymousObservable._subscribe @ rx.all.js:11789
Rx.Observable.observableProto.subscribe.observableProto.forEach @ rx.all.js:2034
scheduleMethod @ rx.all.js:2243
invokeRecImmediate @ rx.all.js:1051
ScheduledItem.invokeCore @ rx.all.js:980
ScheduledItem.invoke @ rx.all.js:968
runTrampoline @ rx.all.js:1209
tryCatcher @ rx.all.js:63
CurrentThreadScheduler.schedule @ rx.all.js:1225
Rx.ObservableBase.ObservableBase._subscribe @ rx.all.js:2095
Rx.Observable.observableProto.subscribe.observableProto.forEach @ rx.all.js:2034
(anonymous) @ index.js:93
(anonymous) @ bundle.js:143338
(anonymous) @ bundle.js:143339
webpack_require @ bootstrap 9403cd7…:555
fn @ bootstrap 9403cd7…:86
(anonymous) @ bootstrap 9403cd7…:578
webpack_require @ bootstrap 9403cd7…:555
(anonymous) @ bootstrap 9403cd7…:578
(anonymous) @ bootstrap 9403cd7…:578
index.js:222 GET http//localhost:3000/services/map;lang=en?_csrf=dwZrIcVE-5F2hd3TSWfBvJtBS13OaZPBnlJM&returnMeta=true 500 (Internal Server Error)
_createXHR @ index.js:222
createXHR @ index.js:50
io @ http.client.js:171
doXhr @ http.client.js:167
get @ http.client.js:242
executeRequest @ fetcher.client.js:245
Request.end @ fetcher.client.js:168
read @ fetcher.client.js:392
(anonymous) @ services-creator.js:19
tryCatcher @ rx.all.js:63
setDisposable @ rx.all.js:11772
Rx.AnonymousObservable.AnonymousObservable._subscribe @ rx.all.js:11789
Rx.Observable.observableProto.subscribe.observableProto.forEach @ rx.all.js:2034
scheduleMethod @ rx.all.js:2243
scheduleWork @ rx.all.js:1069
ScheduledItem.invokeCore @ rx.all.js:980
ScheduledItem.invoke @ rx.all.js:968
runTrampoline @ rx.all.js:1209
tryCatcher @ rx.all.js:63
CurrentThreadScheduler.schedule @ rx.all.js:1225
innerAction @ rx.all.js:1057
InnerObserver.error @ rx.all.js:2269
Rx.internals.AbstractObserver.AbstractObserver.onError @ rx.all.js:1772
tryCatcher @ rx.all.js:63
AutoDetachObserverPrototype.error @ rx.all.js:11818
Rx.internals.AbstractObserver.AbstractObserver.onError @ rx.all.js:1772
(anonymous) @ services-creator.js:7
run @ setImmediate.js:43
runIfPresent @ setImmediate.js:69
onGlobalMessage @ setImmediate.js:109
index.js:222 GET http://localhost:3000/services/map;lang=en?_csrf=dwZrIcVE-5F2hd3TSWfBvJtBS13OaZPBnlJM&returnMeta=true 500 (Internal Server Error)
_createXHR @ index.js:222
createXHR @ index.js:50
io @ http.client.js:171
doXhr @ http.client.js:167
get @ http.client.js:242
executeRequest @ fetcher.client.js:245
Request.end @ fetcher.client.js:168
read @ fetcher.client.js:392
(anonymous) @ services-creator.js:19
tryCatcher @ rx.all.js:63
setDisposable @ rx.all.js:11772
Rx.AnonymousObservable.AnonymousObservable._subscribe @ rx.all.js:11789
Rx.Observable.observableProto.subscribe.observableProto.forEach @ rx.all.js:2034
scheduleMethod @ rx.all.js:2243
scheduleWork @ rx.all.js:1069
ScheduledItem.invokeCore @ rx.all.js:980
ScheduledItem.invoke @ rx.all.js:968
runTrampoline @ rx.all.js:1209
tryCatcher @ rx.all.js:63
CurrentThreadScheduler.schedule @ rx.all.js:1225
innerAction @ rx.all.js:1057
InnerObserver.error @ rx.all.js:2269
Rx.internals.AbstractObserver.AbstractObserver.onError @ rx.all.js:1772
tryCatcher @ rx.all.js:63
AutoDetachObserverPrototype.error @ rx.all.js:11818
Rx.internals.AbstractObserver.AbstractObserver.onError @ rx.all.js:1772
(anonymous) @ services-creator.js:7
run @ setImmediate.js:43
runIfPresent @ setImmediate.js:69
onGlobalMessage @ setImmediate.js:109
err-saga.js:7 Error: {“output”:{“message”:“Cannot convert undefined or null to object”},“meta”:{}}
at Object.callback (http.client.js:199)
at cbOnce (index.js:62)
at loadFunc (index.js:129)
at XMLHttpRequest.readystatechange (index.js:68)