Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. 0.8.0
    Log in to post
    • T

      config.json's url ignored on Google Cloud Platform
      Technical Support • 0.8.0 solved • • Tadej

      3
      0
      Votes
      3
      Posts
      1547
      Views

      T

      Aargh - i just forgot to mark " Allow HTTP traffic " at console. Works just fine 😆

    • Charly86

      Need guru's help, unable to log on fresh 0.8.0 even with local admin
      Technical Support • 0.8.0 property undefined user • • Charly86

      12
      0
      Votes
      12
      Posts
      4739
      Views

      Charly86

      @julian,
      it 's the same thing

      Internal error. Oops! Looks like something went wrong! /auth/github/callback Cannot read property '0' of undefined

      is there a way to clear github related information from a user in the nodebb database ?

    • baris

      0.8.0 Breaking Changes
      NodeBB Development • 0.8.0 breaking • • <baris>

      1
      1
      Votes
      1
      Posts
      1827
      Views

      baris

      Hook changes Filter filter:user.custom_fields removed see this commit filter:user.delete deprecated, use static:user.delete instead, now It is passed { uid: uid } instead of just uid, and is fired before user data is actually deleted, so you have one last chance to look up stuff if needed. Other changes Theme developers should now explicitly set the baseTheme in their theme.json if their theme is not based on Persona. Set this value to nodebb-theme-vanilla TBD 💔