orionjs / orioncms

[Old] Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort.
http://orionjs.org
MIT License
715 stars 129 forks source link

Orion relationships doesn't work with settinghead:auto-nprogress #202

Open goooseman opened 9 years ago

goooseman commented 9 years ago

Can't figure why, but orion.relationships package doesn't work, when settinghead:auto-nprogress is installed. The nprogress spinner is recursively spinning and the meteor can't subscribe to the relationship's publications. As soon as I removed settinghead:auto-nprogress, everything starts to work as expected.

nicolaslopezj commented 9 years ago

No idea. Did you open a issue there? Do you have any error log?

goooseman commented 9 years ago

There are no errors in browser's console or in terminal. If I can get some more errror logs somehow, tell me and I will do it.

nicolaslopezj commented 9 years ago

Where auto-nprogress doesn't work, in all routes? just the admin? Only while editing the document?

goooseman commented 9 years ago

No, auto-progress works, but the orion relationship plugin can't load other collection to choose from. I've created an example to illustrate the issue: online (test@test.com:12345678), source. Just try to create any category: Items dropdown doesn't load at all, but you can see infinite nprogress indicator on top. As soon, as settinghead:auto-nprogress is removed from the project, everything starts to work as expected.