#Realtime stopped working

9 messages · Page 1 of 1 (latest)

dapper lodge
#

Hey guys, I think my realtime functionality has stopped working over the past few weeks (and it had been working fine previously to that). I noticed another user had the same issue that was solved (due to a performance improvement update not propagating properly), and I'm guessing I might have the same thing happening.

My project ID is mynd-dev (Cloud pro account).

Thanks in advance for any help!

dire root
dapper lodge
#

Hahahaha, this is like stereotypical software demo days in reverse - "I promise it was[n't] working on my machine!". Anyway, indeed, it seems to be working for me now, too. Can't complain! Thanks for the response 🙏

wraith grail
#

Can I mark this as solved then?

dapper lodge
#

So, upon further testing, I've actually found that realtime seems to be working with some of my user accounts and not with others. Same code, same everything, it really seems to be differentiated based on the account.

That said, I think that's something I'm going to have to investigate further, as the actual realtime functionality is obviously functional on my server. I can open another ticket if I find an Appwrite-based issue causing the discrepancy.

Thanks for the help, you can marked this as solved 👍

dapper lodge
# dire root maybe it's a permission thing?

That's what I assumed as well, but the permissions are set appropriately for all of the correct collections and documents. I'm wondering if there is some type of state set such that the permissions associated with the primary account (where realtime updates are working) somehow are not destroyed and reinitialized properly when I logout and log in to the secondary account where subscriptions are not working. All other methods (manually fetching with GET requests and whatnot) are working fine, though.

dire root