Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extreme Realtime Egress while Logs show: "InvalidJWTToken: Invalid value for JWT claim \"exp\" with value 1733433091" #443

Open
2 tasks done
Thimows opened this issue Dec 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Thimows
Copy link

Thimows commented Dec 6, 2024

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

I am developing an application with Supabase. I am currently the only user and only making at most 100 requests per day while I am testing. I have around 5 listeners for Postgres changes. However, on December 4 my Realtime egress was 3.5GB

 2024-12-06 at 19 14 50

Which does not make any sense. So I looked into the realtime logs and I am seeing a log that is being created around 66 times a minute (sometimes even 300x per minute):

 2024-12-06 at 15 37 09

"InvalidJWTToken: Invalid value for JWT claim "exp" with value 1733433091"

After some research it seems to be coming from this file: src/RealtimeClient.ts

I have the feeling this is causing my super high realtime egress usage. I have not run into this before in my other Supabase applications. I am using the JS client in the browser exactly as instructed in the documentation. Everything is working fine but this behavior is causing us running into limits.

Would love to get any pointers why this is happening.

System information

@Thimows Thimows added the bug Something isn't working label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant