I face this error when I am logging into my application. What could be the issue
Self hosted?
No. Hosting on vercel
Are you using Appwrite cloud or hosting it yourself in any platform?
I am using Appwrite cloud
Did you have added your app URL in the dashboard, at the platforms section?
Yes.i am using this
Add in hostname your app domain
Alright
Is your problem resolved now?
Yes please
[SOLVED] Error while logging into 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...