NodeBB start request repeated too quickly

Technical Support
  • Having this issues since yesterday. Whenever I try to start the server:

    sudo systemctl start nodebb.service
    sudo systemctl status nodebb.service

    I will get NodeBB start request repeated too quickly and the server will fail to start.

    This is my systemd unit file.

    [Unit]
    Description=NodeBB forum for Node.js.
    Documentation=http://nodebb.readthedocs.io/en/latest/
    After=system.slice multi-user.target
    
    [Service]
    Type=simple
    User=nodebb
    
    StandardOutput=syslog
    StandardError=syslog
    SyslogIdentifier=nodebb
    
    Environment=NODE_ENV=production
    WorkingDirectory=/opt/nodebb
    ExecStart=/usr/bin/node loader.js --no-daemon --no-silent
    Restart=always
    
    [Install]
    WantedBy=multi-user.target
    
  • This post is deleted!

Suggested Topics


  • 0 Votes
    1 Posts
    223 Views

    I am trying to configure NodeBB on a site with /forum URI of the site serving NodeBB. Here is my configuration:

    Protocols h2 http/1.1 ProxyRequests off <Location /forum> RequestHeader set X-Forwarded-Proto "http" ProxyPreserveHost On ProxyPass http://localhost:4567 ProxyPassReverse http://localhost:4567 RewriteCond %{REQUEST_URI} ^/socket.io [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] RewriteRule /(.*) ws://localhost:4567/$1 [P,L] </Location>

    However, NodeBB does not load completely. I am unable to load other assets of NodeBB. Can someone help out with this?

  • 0 Votes
    3 Posts
    1k Views

    Yes, with a VPS you can install whatever you want on it, much like your own desktop computer. Install WordPress, or Drupal, or Ghost, or whatever you want. As long as the VPS resources are enough to handle all of them running at once 😄

  • 0 Votes
    8 Posts
    3k Views

    @Hsm909 you either need to run setup with a different database name, or delete the admin credentials from your existing database.

  • 0 Votes
    1 Posts
    769 Views

    Just found this tool and everything has been easy and smooth to install but...

    But how do I replace the upload path with the s3 base url instead of the the site.
    I know the plugin is working as I can see the files hitting my s3 bucket.

    Many thanks --

    Casey

  • 0 Votes
    2 Posts
    1k Views

    Opps I think I figure it out XD I just have to go to the widget section and select the custom page i created. 🙂