nextcloud / user_sql

🔒 App for authenticating Nextcloud users using SQL
GNU Affero General Public License v3.0
67 stars 33 forks source link

Contacts list is empty / Admin user list won't has error on infinite scroll #150

Open garethredwire opened 4 years ago

garethredwire commented 4 years ago

I have successfully connected Wordpress users to NextCloud. Users can login in just fine. However there are a couple of issues with users

  1. When clicking on Users when in Admin it says I have 2000+ users and it shows me approx 30 users on initial load. When scrolling down to trigger the infinite scroll an error occurs "An error occured during the request. Unable to proceed." Looking at the dev console the problem shows a 404:

https://[REDACTED]/ocs/v2.php/cloud/users/details?offset=25&limit=25&search= 404 (Not Found)

  1. When viewing the Contacts book it comes up with 0 users.

Thanks in advance.

garethredwire commented 4 years ago

I can confirm that changing the Wordpress database and relevant tables to utf8mb4_general_ci charset fixed the issue with the infinite scroll on the Users list. You also need to restart apache afterwards.

However the Contacts list is still empty.