LuckPerms

LuckPerms

41.4k Downloads

Fabric 1.18x disconnecting player.

7thMod opened this issue ยท 1 comments

commented

Description

Tried using the latest version on the website and on curseforge both with the issue.
It disconnects any player trying to join the game. (doesn't crash tho)

Reproduction Steps

Make a fabric server,
Install luckperms, and FabricProxy-Lite,
then join the game.

Expected Behaviour

It will disconnect the player and print this in the console:

[Server thread/WARN]: User ab43ccc0-362c-46f2-9c6b-ee5279a1483b - Xa_n doesn't currently have data pre-loaded - denying login.
[12:25:56] [Server thread/INFO]: Using Fabric Permissions API
[12:25:56] [Server thread/INFO]: Xa_n joined the game
[12:25:56] [Server thread/INFO]: Xa_n lost connection: [LP] Permissions data for your user was not loaded during the pre-login stage - unable to continue. Please try again later. If you are a server admin, please check the console for any errors.
[12:25:56] [Server thread/INFO]: Xa_n left the game
[12:25:56] [Server thread/INFO]: Disconnecting client Xa_n
[12:25:56] [Server thread/WARN]: handleDisconnection() called twice

Server Details

Fabric-1.18.2 was hosted on minehut.

LuckPerms Version

v5.4.21 & v5.3.86

Logs and Configs

No response

Extra Details

Always happens only tried on 1 account.

commented

Make sure that FabricProxy-Lite is configured properly (hackEarlySend is set to true in its config), online-mode in server.properties is set to false and you have proxy forwarding set up correctly (also outlined in FP-L documentation).
If after making sure all of those are correct the issue still persists, then set debug-logins in the LP config to true, run lp reloadconfig, try to login and then put the server log file (from logs/latest.log) in https://gist.github.com/ and share the link.