Conversation:
Notices
-
@daw Did this resolve? It was not clear to me what was the problem.
-
@daw huh. Weird. I will try to track it down. Might just have to restart the server.
-
I restarted the pump server process. That did not alleviate the problem (I see it too, but only via the web client!). I upgraded from 2.0.4 -> 2.0.5. That didn't fix it. I am checking to make sure my node.js installation is fresh enough. Barring all that, I will try restarting the front-end apache server.
-
So, my node install is fine and restarting the apache server doesn't seem to address the issue. I did find a weird workaround. When you get the spinner, just reload the URL for the site and the stream will appear. It passes authentication credentials just fine, but the webUI gets stuck moving to the next view, apparently...
-
@steve Does this happen with all browsers? I've got something similar, but only with #Webkit based browsers; #Firefox and #IceCat are fine
-
♻ @firefox: @BobJonkman https://hacks.mozilla.org/2016/12/level-up-your-cross-browser-testing/ … might come handy. -A_M ¶ via #Twitter
-
Thanks for letting me know about this! I tracked it down. The new install of pump.io builds javascript versions of the templates for pages using jade. This step had actually failed during my installation. So I manually built the files. Login should work now, as well as the loading of other pages via the webUI. My fault! Should have noticed that failed at install time.