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

Submitting login form produces intermittent silent crash #758

Open
huevoncito opened this issue Apr 9, 2018 · 6 comments
Open

Submitting login form produces intermittent silent crash #758

huevoncito opened this issue Apr 9, 2018 · 6 comments

Comments

@huevoncito
Copy link

This is a strange bug.

I'm running the latest version of Meteor on Ubuntu 16.04 with Phusion Passenger.

The app has been crashing periodically for no obvious reason, and the error log is blank. One thing I've noticed is that logging in using > atLoginForm sometimes triggers this silent crash, and refreshing the window after the app restarts causes the app to crash again, presumably because the resume token is missing or incorrect on account of the crash.

I've rebuilt bcrypt on the server but that hasn't solved the problem.

Ideas? I'm stumped.

Thanks!
Danel

@Wecoboss
Copy link

Wecoboss commented Jul 3, 2018

I have the same problem and I can't debug it as there is no information about the crash.

Any update?

@elie222
Copy link

elie222 commented Jul 12, 2018

I think we have a similar issue.

The buttons on screen just go gray for me.

I see Accounts.loggingIn() is true and never becomes false.

I also see that localstorage is not updated with the login credentials although the server did return the token to the client so the login was successful on the server.

@elie222
Copy link

elie222 commented Jul 12, 2018

Upon further investigation I see that my issue is with Meteor itself. Running:

Meteor.loginWithPassword({email: 'email@email.com'}, 'password', function(error,res) { error ? console.error(error) : console.log(res) })

I don't get anything logged to the console, but using Meteor Chrome extension I see that my token was returned from the server.

@huevoncito
Copy link
Author

huevoncito commented Jul 12, 2018 via email

@elie222
Copy link

elie222 commented Jul 12, 2018 via email

@huevoncito
Copy link
Author

huevoncito commented Jul 12, 2018 via email

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

3 participants