[GH-ISSUE #2151] Issue with postgres store #4447

Open
opened 2026-08-05 00:57:45 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @hurricanehrndz on GitHub (Jun 18, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/2151

Describe the problem

A clear and concise description of what the problem is.

management/server/http/middleware/auth_middleware.go:88: Error when validating JWT claims: extended protocol limited to 65535 parameters; extended protocol limited to 65535 parameters;

Believe this related to a Postgres limit:
https://klotzandrew.com/blog/postgres-passing-65535-parameter-limit/

To Reproduce

Unknown

Expected behavior

For 65535 limit not to be reached

Are you using NetBird Cloud?

No

NetBird version

0.27.10

Originally created by @hurricanehrndz on GitHub (Jun 18, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/2151 **Describe the problem** A clear and concise description of what the problem is. ```log management/server/http/middleware/auth_middleware.go:88: Error when validating JWT claims: extended protocol limited to 65535 parameters; extended protocol limited to 65535 parameters; ``` Believe this related to a Postgres limit: https://klotzandrew.com/blog/postgres-passing-65535-parameter-limit/ **To Reproduce** Unknown **Expected behavior** For 65535 limit not to be reached **Are you using NetBird Cloud?** No **NetBird version** 0.27.10
saavagebueno added the triage-needed label 2026-08-05 00:57:45 -04:00
Sign in to join this conversation.
No Label triage-needed
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#4447