"[[success:authentication-successful]]"
-
Hello!
My nodebb version is 0.4.3,
web browser is chrome V 33.0.1750.154 mwhen I login into the nodebb, it only response:
"[[success:authentication-successful]]"
I need to know why?mark: My environment doesn't support websocket.Is this the reason? If it is, how can I use the nodebb, maybe like this Sockets.init = function(server) { io = socketioWildcard(SocketIO).listen(server, { log: false, //transports: ['websocket', 'xhr-polling', 'jsonp-polling', 'flashsocket'], transports: [ 'xhr-polling', 'jsonp-polling', 'flashsocket'], 'browser client minification': true, resource: nconf.get('relative_path') + '/socket.io' });
-
i got same situation and i realize this problem because CloudFlare Free Plan
-
@ronalbarbaren Use this to help you use Cloudflare.
Copyright © 2024 NodeBB | Contributors