Code Monkey home page Code Monkey logo

Comments (4)

mpowaga avatar mpowaga commented on September 26, 2024

Seems to be the accounts-entry issue.

from meteor-starter.

KrishnaPG avatar KrishnaPG commented on September 26, 2024

To verify - just created a brand new meteor sample app with accouns-entry (all latest versions) and looks like accounts-entry is working fine. Could be something specific to this 'meteor-starter' app.

Here is the list of packages in the sample (working fine):

accounts-github              1.0.2  Login service for Github accounts
accounts-password            1.0.4  Password support for accounts
autopublish                  1.0.1  Publish the entire database to all clients
ian:accounts-ui-bootstrap-3  1.2.3  Bootstrap-styled accounts-ui with multi-lan...
ian:bootstrap-3              3.3.1  HTML, CSS, and JS framework for developing ...
insecure                     1.0.1  Allow all database writes by default
joshowens:accounts-entry     1.0.3  Make signin and signout their own pages wit...
meteor-platform              1.2.0  Include a standard set of Meteor packages i...

On the other hand the failing app doesn't seem to be using ian:bootstrap. I am not sure how they work, but could it be the yogiben:bootstrap (which seems like a local customized package) causing problem?

The error is happening at:

    Template._resetPasswordDialog.rendered = function() {                                                                 // 81
        var $modal = $(this.find('#login-buttons-reset-password-modal'));                                                    // 82
        $modal.modal();                                                                                                      // 83
    };

The login-buttons-reset-password-modal element seems to be missing hence the failure.

May be the customized yogiben:bootstrap is incompatible with the lastest ian:accounts-ui-bootstrap ?

from meteor-starter.

cunneen avatar cunneen commented on September 26, 2024

I think @KrishnaPG is right. The "Register with your email address" link on the sign-in page was broken and throwing an error in the latest version (1.0.1). The following seems to fix it:

meteor remove yogiben:bootstrap
meteor add ian:boostrap-3

from meteor-starter.

lukasvan3l avatar lukasvan3l commented on September 26, 2024

This does fix the registration & login page, thanks!

It does not, however, fix that you can't configure the social logins (facebook, google, twitter).
But I just wanted to have a look, and with above fix that's possible, so my mission is accomplished ;)

from meteor-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.