following are the 2 recording of working deployed applications using OAuth. I did tried all the methods explained in <#1181893097324556289> But eventually these methods didn't worked π. Both the applications are in working conditions and are deployed, one of them is posted on builtwith.appwrite.io and 2nd one with google authentication is submitted there for review.
The methods explained in the attached post may work for some peoples with projects under development but my problem is with projects which are already in working conditions which are too giving response for undefined users.π
here are the links for projects: glitch.zone, noteinfi.vercel.app
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...