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
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...