0.0.0.0 is normal.
Best posts made by Andi
-
NodeBB Websocket Question
How many WebSockets connections is a NodeBB Forum using concurrently?
CloudFlare is asking me this and I've no Idea. A correct answer would be nice.
-
RE: Reroute socket.io | Cloudflare
I've tried that already. But this configuration cause that nodebb will not start.
Latest posts made by Andi
-
[emerg] Login - forbidden
NodeBB Version: 0.9.3
Hash: 27d3f43bf04f3aae69b8f27dbe88497174e36568
Log:12/2 08:45 [3471] - [32minfo[39m: NodeBB Ready 12/2 08:45 [3471] - [32minfo[39m: Enabling 'trust proxy' 12/2 08:45 [3471] - [32minfo[39m: NodeBB is now listening on: 0.0.0.0:4567 12/2 08:46 [3471] - [31merror[39m: /login invalid csrf token 12/2 08:46 [3471] - [31merror[39m: /login invalid csrf token 12/2 08:46 [3471] - [31merror[39m: /login invalid csrf token 12/2 08:46 [3471] - [32minfo[39m: Storing received fb access information for uid(1) accessToken(*censored*) refreshToken(undefined) 12/2 08:47 [3471] - [31merror[39m: /login invalid csrf token 12/2 08:47 [3471] - [31merror[39m: /login invalid csrf token 12/2 09:15 [3471] - [32minfo[39m: [app] Shutdown (SIGTERM/SIGINT) Initialised. 12/2 09:15 [3471] - [32minfo[39m: [app] Database connection closed. 12/2 09:15 [3471] - [32minfo[39m: [app] Web server closed to connections. 12/2 09:15 [3471] - [32minfo[39m: [app] Shutdown complete. [cluster] Child Process (3471) has exited (code: 0, signal: null)
Image (what users see):
What I've done to produce this:
Changed the Cookie domain to: *.sondorsforum.com
under domain.xy/admin/settings/advancedWhat I've tried to fix this:
./nodebb reset -a
Problem solved
-
RE: Reroute socket.io | Cloudflare
I've tried that already. But this configuration cause that nodebb will not start.
-
RE: Reroute socket.io | Cloudflare
@Kowlin said:
I'm not experienced with nxing, but what I do know is that the subdomain you're trying to use for the websockets cannot be CloudFlare enabled
Yes I know that. But I still have to reroute the WebSocket Traffic to a subdomain.
-
Reroute socket.io | Cloudflare
Is there a way to reroute only the socket.io (WebSockets) requests to a subdomain?
Cloudflare is allowing WebSockets only on Business / Enterprise Plans."socket.io": { "transports": ["websocket", "polling"], "address": "live.domain.tld" }
Tried this NodeBB Conf. - but didn't work. Prevented me from starting the forum.
-
NodeBB Websocket Question
How many WebSockets connections is a NodeBB Forum using concurrently?
CloudFlare is asking me this and I've no Idea. A correct answer would be nice.