0

I have installed Rocket.chat (server and client ) on my Mac for development. Everything appears correctly installed I20170624-15:51:27.314(1)? ➔ System ➔ startup I20170624-15:51:27.315(1)? ➔ +-----------------------------------------------+ I20170624-15:51:27.316(1)? ➔ | SERVER RUNNING | I20170624-15:51:27.317(1)? ➔ +-----------------------------------------------+ I20170624-15:51:27.318(1)? ➔ | | I20170624-15:51:27.319(1)? ➔ | Rocket.Chat Version: 0.57.0-develop | I20170624-15:51:27.320(1)? ➔ | NodeJS Version: 4.8.3 - x64 | I20170624-15:51:27.320(1)? ➔ | Platform: darwin | I20170624-15:51:27.321(1)? ➔ | Process Port: 27271 | I20170624-15:51:27.321(1)? ➔ | Site URL: http://localhost:3000/ | I20170624-15:51:27.322(1)? ➔ | ReplicaSet OpLog: Enabled | I20170624-15:51:27.322(1)? ➔ | Commit Hash: b34e081123 | I20170624-15:51:27.323(1)? ➔ | Commit Branch: develop | I20170624-15:51:27.323(1)? ➔ | | I20170624-15:51:27.324(1)? ➔ +-----------------------------------------------+

However connecting to localhost:3000 either through the browser or through the client, the screen is blank and the progress dots keeps whirling forever. There is also no log from the server. I am not getting to see the login screen. I can use curl however.

user1622343
  • 967
  • 5
  • 9

1 Answers1

3

I'm not sure about this problem since there is not much info on the question (checking your browser for errors would be a good idea), but there are things you can try:

  • Updating to the latest develop version;
  • Doing a meteor npm install before running meteor;
  • Doing a reset on your local database using the meteor reset command;
Martin Schoeler
  • 248
  • 3
  • 9