anxuanzi
Posts
-
Cannot update General settings in admin panel -
Cannot update General settings in admin panelI'm pretty sure about my CDN provider supports WebSocket forwarding, all of my other functions worked except General Settings.
-
Cannot update General settings in admin panelHere is the full image of my error.
My network structure is:
CDN (using HTTPS but HTTP to origin) =====> Nginx Proxy =====> NodeBB
do you guys have discord or telegram group?
It's hard to communicate through a forum.
-
Cannot update General settings in admin panelNodeBB:
1.14.2
Nodejs:12.18.3
Database:Mongodb 4.2.8
Nginx config:server { listen 80; server_name forum.ackystack.com; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://10.0.0.71:4567; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
-
Cannot update General settings in admin panelErrors in the browser console:
WebSocket connection to 'wss://forum.ackystack.com/socket.io/?EIO=3&transport=websocket' failed: Error during WebSocket handshake: Unexpected response code: 502
currently using Nginx as a proxy server, and also tried others.
please help find out what's wrong, I've been worked on this thing 5 hours.
then
-
Not enough tags. Topics must have at least undefined tag(s)@baris WOW, finally...
Thank you so much for your help. I will be look forward to your fix. -
Not enough tags. Topics must have at least undefined tag(s)@baris I'm using my other computer now, still get the same problem...
I also tried empty cache and hard reload, it doesn't work.
and I'm using the latest chrome browser.
-
Not enough tags. Topics must have at least undefined tag(s)I just updated my NodeBB again. I
git pull
the latest version and also did./nodebb upgrade
. Now my current NodeBB version isv1.14.1-beta.3
and the default composer version is6.3.48
. However the "Not enough tags. Topics must have at least undefined tag(s)" alert still show up. Help me~ -
Not enough tags. Topics must have at least undefined tag(s)@baris this is my Nodebb default composer version, I've tried to update all plugins and also did
git pull
the master branch. None of them work for me. Is this a bug?
-
Not enough tags. Topics must have at least undefined tag(s)Help!!!
When I'm trying to post a topic, It said, "Not enough tags. Topics must have at least undefined tag(s)".
How do I solve this problem?
NodeBB version:
v1.14.1-beta.2