ryanjdew / ml-slush-discovery-app

Quick up and running app for exploring MarkLogic data, based off of the marklogic-node slush template
Other
9 stars 7 forks source link

issues getting this running #59

Closed patrickmcelwee closed 8 years ago

patrickmcelwee commented 8 years ago

Ryan,

Linesh was trying to get this running, and he ran into a few problems getting it going. One was when, going to /setup, he got this error in the JS console:

GET http://localhost:3000/api/server/ui-config 404 (Not Found)

Also, after logging in, it was not able to transition to the root.landing state.

I was looking over his shoulder ... sorry I was not able to debug further right now.

ryanjdew commented 8 years ago

The 404 is expected of nothing has been saved on the UI Config tab yet.

Also, the root.landing is the search now.

patrickmcelwee commented 8 years ago

OK ... there was no UI Config tab (only Home and Analytics Dashboard) ... I'll try to fire this up and take a look later.

I want to get this app running for another reason anyway - wanted to see if we can combine our efforts on the Analytics Dashboard. I've got a reusable component now, and I see that you've fixed some bugs in your version (which was the basis for the component).

Would it be ok with you if I try installing the component in this app (after porting over your changes)?

ryanjdew commented 8 years ago

@patrickmcelwee Though there isn't an official github issue for it yet, moving to the component has been on my todo list. If you don't mind taking that and running with it, that would be great. Thanks!

patrickmcelwee commented 8 years ago

I just got this running without issues for myself - sorry for the false alarm.

Yep ... I'll work on switching over to the component.