• Dev
  • User added but not displayed

Zacharieg check the browser javascript console, there might be a javascript error.

In the screenshot we see 3 pages are loaded, so it means the first page must contain 50 results. The lines are probably just not visible in the frontend because of a bug.

If that doesn't help, what happens when you use the arrow to move to page 2?

    clarkwinkelmann Thank you for your reply !
    I only have some warnings in the console from frappe-charts.esm.js (Unexpected NaN value when parsing width attribute.), but it seems that even the html isn't added.
    I wonder if it is because of a cache or because I have inserted unexpected values.
    When I click on the arrow it happens nothing.
    I'm quite confused, if you have another idea...

    I think this is an API problem, when I get /api/users I only get the admi user 🤔

    Most likely these users aren't confirmed in the database. Can you screen capture the table (without email addresses and usernames)?

      The column I needed is not in the screenshot. Can you confirm that is_email_confirmed is set to 1 on all those users?

        luceos yes it is (it's the first column, the label is cut)
        Ok this is a weird thing, I tried to add normally new users and I can't start a discussion ("can't start a discussion" on the button) even if I validate the user with the link sent by mail. I'm in log mode for the mail, but I don't think it changes something.

        I have no idea why, but I remove and reinstall Flarum and it works 🙃