
I am subscribing and listening for an event, Works perfectly when running the application in debugging, but when I build for release all my features work other than the ones relying on Realtime/Listening. Has anyone ran into this issue before?
Logging in, signing up all of that still works when building for release just realtime/listening stuff breaks

Weird... Any errors?

none that I'm getting at the moment, I did get one weird one (I got the logs from the realtime container and for the most part runs well), but this will happen sometimes
NOTICE ProcessFactory::end() (ERRNO 1005): session#45 is closed
after this error things just continue on like normal afterwards (log wise)

and the most confusing part is when running with debugging the feature works flawlessly, when building the apk all my other appwrite code works other than the feature relying on the realtime and event portion of things

Are you connecting to a different Appwrite instance?

in what sense do you mean exactly? Like the actual appwrite backend portion of things? If so i dont believe so, I have my appwrite instance hosted offsite but its the same one i use when running the application in debugging

is there per chance a permission I need to add to the AndroidManifest.xml other than internet permissions for realtime to work?

I don't think so.
I would try to see if I can get any logs or output

Does realtime ever get connected?
Recommended threads
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- Appwrite realtime didn't work
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Google OAuth2 Login Gets Stuck in Redire...
I'm facing an issue with the Google OAuth2 login flow on my Flutter Android app using the Appwrite SDK. After a successful sign-in with Google, the browser ente...
