Cannot login: Too Many Requests

For someone may be install NC from 【 snap 】and meet this problem.
follow my steps:

sudo nextcloud.mysql-client
use nextcloud
SHOW TABLES;
select * from oc_bruteforce_attempts; #check whether there is attack to serve
delete FROM oc_bruteforce_attempts;

4 Likes