Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Login action not working #219

Open
vikas-chainthat opened this issue Oct 2, 2016 · 5 comments
Open

Login action not working #219

vikas-chainthat opened this issue Oct 2, 2016 · 5 comments

Comments

@vikas-chainthat
Copy link

Hi - I'm trying to use out of the box bootstrap utility with user name and password registration for login for a dapp I'm building.

I get signin/login option in the my screen but the action to it is not working i.e. if you click that, nothing happens nor dropdown is seen. Tried this on latest versions of safari and in chrome.

Do I need to configure anything?

here are the packages I have installed
stylus
twbs:bootstrap
ian:accounts-ui-bootstrap-3
accounts-password
anti:i18n

@rrpf
Copy link

rrpf commented Oct 13, 2016

Same problem...

@green-coder
Copy link

I have the same problem, and no idea how to fix it.

@creajoko
Copy link

creajoko commented Dec 5, 2016

I had the same problem.

Solved it by checking .meteor/packages I found that I by some reason had 2 different bootstrap modules installed. I removed the old one and now it seems to work!

@green-coder
Copy link

Hi @creajoko, it would be even more helpful to people if you could provide your list of packages, so people can have a working solution when they find this page.

@creajoko
Copy link

creajoko commented Dec 7, 2016

Sorry - here is what I have and it's working:

[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # Client-side reactive dictionary for your app
[email protected] # Helpful client-side library
[email protected] # Meteor's client-side reactive programming library

[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Enable ECMAScript2015+ syntax in app code

[email protected] # Allow all DB writes from clients (for prototyping)
iron:router
cfs:http-methods
[email protected]
[email protected]
[email protected]
mrt:accounts-admin-ui-bootstrap-3
alanning:roles
mrt:moment
tsega:bootstrap3-datetimepicker
theduke:bootstrap-modal-prompt
[email protected]
[email protected]
[email protected]
francocatena:status
[email protected]
twbs:bootstrap
stylus
ian:accounts-ui-bootstrap-3

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

No branches or pull requests

4 participants