gradido/federation
clauspeterhuebner 052e3c0e01 Merge branch
'3505-feature-introduce-encrypted-jwts-in-backend-federation-communication'
of github.com:gradido/gradido into
3505-feature-introduce-encrypted-jwts-in-backend-federation-communication
2025-07-17 22:39:57 +02:00
..
2025-07-17 22:39:57 +02:00
2022-12-07 02:38:28 +01:00
2025-05-07 16:11:39 +02:00
2025-06-21 15:07:01 +02:00
2025-06-21 15:07:01 +02:00

Federation

Bun-Compatibility

Known Issue: Bun's --minify breaks mysql2 compatibility

error: Received packet in the wrong sequence.
 fatal: true,
  code: "PROTOCOL_INCORRECT_PACKET_SEQUENCE"

This issue seems to be caused by bun aggressively optimizing or minifying binary operations in the mysql2 authentication layer (Buffer, crypto, xor, etc.), resulting in corrupted packet handling.