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

Stuck showing loading gif after logging in #3872

Closed
alexbrazier opened this issue Jul 27, 2016 · 8 comments
Closed

Stuck showing loading gif after logging in #3872

alexbrazier opened this issue Jul 27, 2016 · 8 comments
Assignees
Milestone

Comments

@alexbrazier
Copy link
Contributor

Your Rocket.Chat version: 0.35 latest development branch 0040e5a

After logging in it shows loading screen indefinitely until user refreshes.

To recreate:

  1. Login
  2. Send message in channel or create new channel
  3. Logout
  4. Log back in with the same user

For me the second time you log in it gets stuck every time, but only after sending a message. If you logout having not done anything, logging in is fine.

@dytec
Copy link

dytec commented Jul 28, 2016

I can confirm this behaviour...

@waley1975
Copy link

I have the same problem.

@MaxXor
Copy link

MaxXor commented Aug 8, 2016

I can confirm that this problem still exists in version 0.36.

@MartinSchoeler MartinSchoeler added this to the Important milestone Aug 8, 2016
@MartinSchoeler
Copy link
Contributor

@rodrigok just so you know when you refresh the page the login process continues as normal, without asking to login again.

@Syirrus
Copy link

Syirrus commented Aug 9, 2016

I posted about a month ago. I described the behavior of this.
#3761
#3761 (comment)

@MartinSchoeler
Copy link
Contributor

Also seen here #3826

@marceloschmidt marceloschmidt modified the milestones: Important, 0.37.0 Sep 5, 2016
@drickerusa
Copy link

I'm having the same issue in 0.39.0. I'm trying to run performance test with silk performer but the scripts keep on getting hung up on the login screen. Our test guy even put in a reload to get past this. Sometimes it works but most of the time its sets at the loading screen. From the users standpoint most of them see it waiting and when they reload it will continue.

@Syirrus
Copy link

Syirrus commented Sep 8, 2016

@drickerusa Yeah it's still an issue. A quick and dirty hack that I've been using since I discovered this is to just reload the page.

Last line in rocketchat-ui-sidnav/side-nav/accountBox.coffee:
added windows.location.href='/home'; and commented out the line before.
To:
'click #logout': (event) -> event.preventDefault() user = Meteor.user() Meteor.logout -> RocketChat.callbacks.run 'afterLogoutCleanUp', user Meteor.call('logoutCleanUp', user) #FlowRouter.go 'home' window.location.href='/home'

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

Successfully merging a pull request may close this issue.

9 participants