-
Notifications
You must be signed in to change notification settings - Fork 108
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
Comments
Same problem... |
I have the same problem, and no idea how to fix it. |
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! |
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. |
Sorry - here is what I have and it's working: [email protected] # Packages every Meteor app needs to have [email protected] # ECMAScript 5 compatibility for older browsers. [email protected] # Allow all DB writes from clients (for prototyping) |
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
The text was updated successfully, but these errors were encountered: