What counts as a connection exactly in TipTap? #5441
-
Hello all! I've been working on a personal project with TipTap. I have a TipTap cloud app set up. I have an editor that allows collaboration. I send a JWT from the backend using my app secret in dashboard settings and all was good. I was able to collab using multiple browsers (even tested using a friend). On my TipTap cloud dashboard, it says I have 0 connections and 0 max concurrent connections. I am confused because I have been testing my application so many times this week and as far as I know, when there is collaboration, you have to connect with web sockets. I have even checked my logs and they say User authenticated 03.08.2024 21:44:24 I am unsure of how to create these "connections" they speak of and they just closed my app due to inactivity (although I manually resumed it). Any help would be super appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @AndyLiang1, |
Beta Was this translation helpful? Give feedback.
Hey @AndyLiang1,
we do not count the connections which are comming from localhost (your machine). Only your production connections will be counted then.