Hi, I create a project with refine and Appwrite. I try first time the login and worked, but since yesterday the login stopped working and I didn't receive any error. My appwrite project ID is 6646511a003165ccbf36
What happens then? What makes you say it doesn't work?
What's the code?
Nothing, I try to use email and password of the user, click to signin, then don't happens nothing
Please switch to the network tab instead of console in the dev tools and try again
Recommended threads
- 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...
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...