• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

"[[success:authentication-successful]]"

Scheduled Pinned Locked Moved Bug Reports
4 Posts 4 Posters 1.7k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sel
    wrote on last edited by sel
    #1

    Hello!

    My nodebb version is 0.4.3,
    web browser is chrome V 33.0.1750.154 m

    when 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'
    	});
    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #2

    Yes, you can change the transports array to not include websocket if you do not support websockets. Keep in mind this affects all users on your forum.

    1 Reply Last reply
    0
  • ronalbarbarenR Offline
    ronalbarbarenR Offline
    ronalbarbaren
    wrote on last edited by
    #3

    i got same situation and i realize this problem because CloudFlare Free Plan

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to ronalbarbaren on last edited by
    #4

    @ronalbarbaren Use this to help you use Cloudflare.

    1 Reply Last reply
    2

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development