Overflow bug in IE.

Bug Reports

Suggested Topics


  • Image upload to server bug

    Bug Reports
    0 Votes
    1 Posts
    643 Views

    I am trying to upload the image to server.

    The file is uploaded successfully, and I can access the file with url /uploads/file/xx.jpg.

    But the image url in markdown stays "(uploading 100%) " , I checked nginx log and nodebb output.log, there is no error message.

    So any ideas how can I fix this ?

  • 1 Votes
    1 Posts
    664 Views

    Watch carefully the behavior of the field 'Confirm Password'.

    upload-9f6528db-94d6-429c-9d39-bef51ac0b42e
    upload-d2b274b2-fdcb-468d-9419-6159280f4417
    upload-4d0ae037-ba64-44a2-aae8-5418dfcbe5c4

    @baris

  • Weird bug with usernames

    Bug Reports
    0 Votes
    1 Posts
    616 Views

    Funny story but this bug caused me like half a days worth of trying to find whats wrong. When setting up the nodebb I made an admin with ' in its username. Results were weird to say the least. I could login, but I couldn't actually do anything when I did it, most of the buttons were not working. Basically usernames are sacred for some reason.

  • Login is bug

    Bug Reports
    0 Votes
    5 Posts
    2k Views

    That way should work, you don't need to reset the password, just deleting the lockout on your account should suffice, refresh your cache, or try a different browser (use incognito mode in your current browser) and test the existing password again.

    (empty list or set) would lead me to believe that that field is empty. Which means you're no longer locked out. Unless you're somehow connecting to a different database than what is set in your config.json. (By default, 0)

  • [Solved] Bug when logging in

    Bug Reports
    0 Votes
    8 Posts
    2k Views

    Ok - at present the underlying websockets library will attempt to connect using websockets first, and failing that, drops down to ajax polling. This is why it takes a couple seconds.

    As long as you eventually get connected, it's okay, although we do realise that it is a problem for some people.