Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

working for meteor 1.3? #372

Open
decadeofdata opened this issue Apr 5, 2016 · 7 comments
Open

working for meteor 1.3? #372

decadeofdata opened this issue Apr 5, 2016 · 7 comments

Comments

@decadeofdata
Copy link

Yo,

Had admin stopped working when updated to Meteor 1.3? localhost/admin brings me to a blank page.

@t3db0t
Copy link

t3db0t commented Apr 7, 2016

Seems to be working for me on 1.3

@e-landeros
Copy link

login is working for me except i cannot view my collections

@frco9
Copy link

frco9 commented Jun 2, 2016

I had to add_collection manually. And as it is not written as a module, you can't use import

@bartspedden
Copy link

@frco9 can you provide an example of how you did this? Thanks.

@frco9
Copy link

frco9 commented Jun 15, 2016

My bad, it was not working neither ; I had to remove that package.

@jankapunkt
Copy link

I am using Meteor 1.4.2 and got Houston to work with Meteor.users and Houston._admins (I just use it for user management) the following way:

add all dependencies (listet on atmosphere) first, then add houston

in server/main.js include the following lines:

import { Meteor } from 'meteor/meteor';
import 'meteor/houston:admin';

Houston.add_collection(Meteor.users);
Houston.add_collection(Houston._admins);

@jankapunkt
Copy link

I now also made it to work with viewing external collections via ddp.

Is still somebody interested in using this package? If so, I would create some mocha tests and a PR to keep this package alive. At least my project would use it for the next 1-2 years.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants