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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...