Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. anxuanzi
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 14
    • Best 0
    • Groups 0

    anxuanzi

    @anxuanzi

    0
    Reputation
    1
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    anxuanzi Follow

    Latest posts made by anxuanzi

    • RE: Cannot update General settings in admin panel

      @PitaJ 5578c4dc-7127-4b6f-9300-e796f2e4ca19-image.png

      posted in Technical Support
      anxuanzi
      anxuanzi
    • RE: Cannot update General settings in admin panel

      @PitaJ

      I'm pretty sure about my CDN provider supports WebSocket forwarding, all of my other functions worked except General Settings.

      posted in Technical Support
      anxuanzi
      anxuanzi
    • RE: Cannot update General settings in admin panel

      @PitaJ

      Here is the full image of my error.

      My network structure is: CDN (using HTTPS but HTTP to origin) =====> Nginx Proxy =====> NodeBB

      8ddaa432-6454-494d-b23b-cb2a75f26f76-image.png

      do you guys have discord or telegram group?

      It's hard to communicate through a forum.

      posted in Technical Support
      anxuanzi
      anxuanzi
    • RE: Cannot update General settings in admin panel

      @PitaJ

      NodeBB: 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";
          }
      }
      
      posted in Technical Support
      anxuanzi
      anxuanzi
    • Cannot update General settings in admin panel

      Errors 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.

      35363914-165a-4580-b727-e0fabfd8a2c9-image.png then e9598f91-eba3-4fbc-85f1-5054fb5f454e-image.png

      posted in Technical Support
      anxuanzi
      anxuanzi
    • RE: 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.

      posted in Technical Support
      anxuanzi
      anxuanzi
    • RE: 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.

      posted in Technical Support
      anxuanzi
      anxuanzi
    • RE: 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 is v1.14.1-beta.3 and the default composer version is 6.3.48. However the "Not enough tags. Topics must have at least undefined tag(s)" alert still show up. Help me~

      posted in Technical Support
      anxuanzi
      anxuanzi
    • RE: 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?
      03611058-c61d-4e45-b709-4152ebe511cc-image.png

      posted in Technical Support
      anxuanzi
      anxuanzi
    • 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)".

      66e7b0db-02c0-4f53-8957-d9332609d381-image.png

      How do I solve this problem?

      NodeBB version: v1.14.1-beta.2

      posted in Technical Support
      anxuanzi
      anxuanzi