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:

meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.14 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
session@1.1.7 # Client-side reactive dictionary for your app
jquery@1.11.10 # Helpful client-side library
tracker@1.1.1 # Meteor's client-side reactive programming library

es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code

insecure@1.0.7 # Allow all DB writes from clients (for prototyping)
iron:router
cfs:http-methods
accounts-password@1.3.3
email@1.1.18
http@1.2.10
mrt:accounts-admin-ui-bootstrap-3
alanning:roles
mrt:moment
tsega:bootstrap3-datetimepicker
theduke:bootstrap-modal-prompt
standard-minifier-css@1.3.2
standard-minifier-js@1.2.1
shell-server@0.2.1
francocatena:status
reactive-var@1.0.11
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