Hi,
I'm trying to create a new function but when hit create in the end it throws this message. When I check my github account, nothing created, but when I press again create function I get another error.
Why it says neme already exist on this account? There is nothing in my account!
Are you creating a new function from a template or from an existing repository?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- 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...