Version 19 of NodeBB

Technical Support

Suggested Topics


  • 0 Votes
    4 Posts
    505 Views

    This article on SendGrid is helpful. You do need to set up a separate MX record on a subdomain (or other domain) for inbound "parse" replies.

  • 0 Votes
    4 Posts
    565 Views

    Problem solved. For this topic to be any usefull at all:

    Run into first problem trying to point and click install 2 nodebb instances( test and the actual) on the same server and obviously, both couldn't listen on the same 4567 port.

    Second, did the second install from the old docs on readthedocs instead of the official ones from nodebb.

    Third, forgot to also add php-fpm directives to my Nginx config. And start Mongodb.

  • 0 Votes
    1 Posts
    670 Views

    Re: Apache 2.2.15 with websocket not working...already backported mod_proxy_wstunnel

    So far I have installed and configured nodebb successfully and it is running on port 4567.
    But I am struck with the last step which is configuring web server as proxy. My server is running on CentOS 6.8 and I am struck with Apache 2.2.15 . I can see that I need to follow below procedure .
    https://docs.nodebb.org/en/latest/configuring/proxies/apache2.2.html

    The problem is I am very new to linux and couldn't understand the steps mentioned there. Searched online but couldn't find any article with detailed steps.

    Can some one who did this already help me with steps / instructions. Thanks in advance.

  • 0 Votes
    1 Posts
    862 Views

    Hi guys.
    I receive the following error after follow the instruction to install the plug in. It seems like there are some people also not able to fix it. However I saw in this post it is being solved. Can anyone that experience this share their solutions? 🙂

    0_1452213318337_upload-33050886-5079-46af-bb45-a2f41ba43bd9

    It also came with the following error in log

    8/1 04:13 [204] - error: /api/admin/uploadlogo
    Error: invalid-refresh-token
    at refreshToken (/app/node_modules/nodebb-plugin-imgur/index.js:102:20)
    at Request._callback (/app/node_modules/nodebb-plugin-imgur/index.js:216:13)
    at Request.self.callback (/app/node_modules/request/request.js:198:22)
    at emitTwo (events.js:87:13)
    at Request.emit (events.js:172:7)
    at Request.<anonymous> (/app/node_modules/request/request.js:1035:10)
    at emitOne (events.js:82:20)
    at Request.emit (events.js:169:7)
    at IncomingMessage.<anonymous> (/app/node_modules/request/request.js:962:12)
    at emitNone (events.js:72:20)
    at IncomingMessage.emit (events.js:166:7)

  • 1 Votes
    5 Posts
    2k Views

    Good answer!!!! I am doing that!