Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

baris@community.nodebb.orgB

[email protected]

@[email protected]
About
Posts
117
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • v4.0.0 Upgrade Support
    baris@community.nodebb.orgB [email protected]

    torn2 I've regenerated the hooks page on github https://github.com/NodeBB/NodeBB/wiki/Hooks

    Tech 4.0.0

  • Email verifications are not sent (other emails work)
    baris@community.nodebb.orgB [email protected]

    For new users the verification email should be sent during user creation here put some console.logs there to see if the email is in the data object. The difference is the template used. User.create uses the welcome template and manual verification uses the verify-email template but otherwise the email sending logic is the same.

    Tech

  • Email verifications are not sent (other emails work)
    baris@community.nodebb.orgB [email protected]

    creozote If you see that event in the events page that means the code reached all the way to the email sending logic here https://github.com/NodeBB/NodeBB/blob/master/src/user/email.js#L165-L176.

    You can open up src/emailer.js and add some console.logs to see if the email is being sent. Put a log before this line and see what the data object has.

    Tech

  • NodeBB 4.2.2 Security Patch
    baris@community.nodebb.orgB [email protected]

    This release contains a XSS patch, upgrading is highly advised.

    Affected versions 4.0.6 - 4.2.1.

    Fediverse security release

  • Re: Unable to log in after turning off cloudflare proxy
    baris@community.nodebb.orgB [email protected]

    @bh4-tech Not really, it's from our docs here https://docs.nodebb.org/configuring/proxies/nginx/#basic-with-ssl πŸ˜†

    Tech

  • Re: Unable to log in after turning off cloudflare proxy
    baris@community.nodebb.orgB [email protected]

    Try adding proxy_set_header X-Forwarded-Proto $scheme; after proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

    Tech

  • Re: Unable to log in after turning off cloudflare proxy
    baris@community.nodebb.orgB [email protected]

    Couple things to check.

    1. Make sure url in config.json is same as the url you use to access the site.
    2. Make sure your load balancer is configured properly for ssl.
    Tech

  • docker compose - `Failed to lookup view! Did you run ./nodebb build?` error
    baris@community.nodebb.orgB [email protected]

    @josef this is the part that should triggered the setup. We don't use docker on manage.nodebb.org.

    Tech

  • docker compose - `Failed to lookup view! Did you run ./nodebb build?` error
    baris@community.nodebb.orgB [email protected]

    When ./nodebb setup is executed it enables all the default plugins. Including harmony theme and composer default.
    Not sure where that happens in the docker file :think:

    Tech

  • docker compose - `Failed to lookup view! Did you run ./nodebb build?` error
    baris@community.nodebb.orgB [email protected]

    Ok so it looks like you are missing the templates from the theme, this can happen if you don't have a theme activated. For example I don't see the categories.tpl file in your output. Make sure nodebb-theme-harmony is activated before ./nodebb build is run.

    ERROR in ./build/public/src/modules/topicThumbs.js 104:6-106:8
    Module not found: Error: Can't resolve 'composer' in '/usr/src/app/build/public/src/modules'
    

    Looks like nodebb-plugin-composer-default is also not activated.

    Tech

  • docker compose - `Failed to lookup view! Did you run ./nodebb build?` error
    baris@community.nodebb.orgB [email protected]

    What about the template files inside /usr/src/app/build/public/templates ? The error message you are seeing is caused when expressjs can't find the template file to render.

    Tech

  • docker compose - `Failed to lookup view! Did you run ./nodebb build?` error
    baris@community.nodebb.orgB [email protected]

    Did you check if the built files are in /usr/src/app/build?

    Tech

  • New install: Admin area not loading and showing error
    baris@community.nodebb.orgB [email protected]

    That's interesting. Maybe you can debug here and see what it returns when running normally vs via pm2.

    Tech

  • New install: Admin area not loading and showing error
    baris@community.nodebb.orgB [email protected]

    @Analog-Weapon no worries, the only way this would happen is if github somehow returned a semver version that is not a valid semver string. We get that value from https://api.github.com/repos/NodeBB/NodeBB/releases/latest. With the change I made even if the version is invalid the page will still load.

    Tech

  • New install: Admin area not loading and showing error
    baris@community.nodebb.orgB [email protected]

    I added a check just incase github returns and invalid semver version https://github.com/NodeBB/NodeBB/commit/6fe066ced2707d31cac6e5ae911010aae08fbfbf

    Tech

  • New install: Admin area not loading and showing error
    baris@community.nodebb.orgB [email protected]

    @Analog-Weapon yes if you drop the database and remove the nodebb folder you can reinstall again with ./nodebb setup

    Tech

  • New install: Admin area not loading and showing error
    baris@community.nodebb.orgB [email protected]

    @Analog-Weapon Can you access other pages in the admin panel like /admin/settings/general? Looks like an issue with loading latest version and sember on the admin dashboard.

    Tech

  • Email verifications are not sent (other emails work)
    baris@community.nodebb.orgB [email protected]

    Does it have the checkmark next to their email as well? You can also check the db and see if an email is set in the email field.

    Tech

  • Email verifications are not sent (other emails work)
    baris@community.nodebb.orgB [email protected]

    @creozote the user you test with in the ACP do they have a email set on their user object?

    Tech

  • Redis Maintenance
    baris@community.nodebb.orgB [email protected]

    You can delete all they keys that start with analytics, ip:recent and errors. That should save you alot of space. Can also write a script to delete users who haven't logged on in x years and haven't posted anything.

    Tech
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups