You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a Velocity proxy server that is connected to two, 1.21.1 Fabric servers. Each of which has Floodgate and Fabric Proxy Lite installed on them. I need to enable the option hackEarlySend to allow for LuckPerms support. However, when this is enabled alongside Floodgate's send-floodgate-data option in the proxy server, it causes Bedrock clients to not be able to connect to the server, with the error message "Unable to connect to server: Your server did not send a forwarding request to the proxy. Make sure the server is configured for Velocity forwarding.".
I found an issue on the Geyser github repository page talking about problem as well. I also found another thread which suggests a hacky patch to the code of Fabric Proxy Lite to always register the QUERY_START event regardless of whether the sendEarlyHack option is enabled. I suppose this isn't really recommended however.
I would like to see some sort of fix as I would love to be able to use LuckPerms and Geyser/Floodgate in my proxy setup. Thank you.
The text was updated successfully, but these errors were encountered:
I am running a Velocity proxy server that is connected to two, 1.21.1 Fabric servers. Each of which has Floodgate and Fabric Proxy Lite installed on them. I need to enable the option
hackEarlySend
to allow for LuckPerms support. However, when this is enabled alongside Floodgate'ssend-floodgate-data
option in the proxy server, it causes Bedrock clients to not be able to connect to the server, with the error message"Unable to connect to server: Your server did not send a forwarding request to the proxy. Make sure the server is configured for Velocity forwarding."
.I found an issue on the Geyser github repository page talking about problem as well. I also found another thread which suggests a hacky patch to the code of Fabric Proxy Lite to always register the
QUERY_START
event regardless of whether thesendEarlyHack
option is enabled. I suppose this isn't really recommended however.I would like to see some sort of fix as I would love to be able to use LuckPerms and Geyser/Floodgate in my proxy setup. Thank you.
The text was updated successfully, but these errors were encountered: