Ok so I’m using appwrite for the first time and I signed up using gmail in the website and did every thing . I have an issue with connecting the application with appwrite . but turned out I needed to download the appwrite server with docker so I did that and when I did I had to signup again with the same email and I couldn’t log in into my the old account also I faced an issue where I couldn’t find the database Id not the same as the website.so I thought I will delete my account but I wish I didn’t now I can’t sign up any email it tells me project restricted and when I use the same email to sign in also invalid credentials and user blocked and I can’t create any account with different email as it’s the root account so help please all I want is to establish the connection I have been trying for two days . #support
If I deleted the appwrite and then download it again would it work ?
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...