
The user has two iPhones, both of which received a Push Target ID. For unknown reasons, the session on the first device was interrupted. The user logs in again, a new Push Target ID is created, and the user resubscribes to the topics. However, on the second device with an active session, Push notifications stop coming in because, for some reason, the Target ID has been removed from the topics. What could be the issue?
Web SDK 16.0.2, Appwrite 1.6.0
Recommended threads
- Unexpected File Persistence Across Appwr...
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a...
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
