This seems to have worked for me... Near the bottom of user/plugins/sleekly-backend/plugin.php, change the line:
if (yourls_is_valid_user() != 1) {
to
if( defined( 'YOURLS_USER' ) ) {
REF https://github.com/Flynntes/Sleeky/issues/127
分享人 admin @
2023-06-21 19:09:22