Since upgrading to 1.4.2 on the Auth page -> Users Tab -> It always shows the inital users. Going from page 1 to 2, still shows the inital users. Also "searching" for a user does not refresh the list.
However the total results is displaying the corret number, just the UI wont update (Safari, Chrome, Brave).
Any ideas?
Yes, it happened in my 1.4.2
instance as well
Can't find any issue about it, it might be worth to open an issue about it.
Only hard refresh with, for example this .../auth?limit=96&page=2
in the url will show the corresponding users.
This will be fixed in 1.4.3: https://github.com/appwrite/appwrite/issues/6178
A lot of Joe's
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...