I have fixed the
TypeScript
Error accountCreateEmailSession is not a function
running on a fresh instance of appwrite 1.5.3 with cli 5.0.0 appwrite deploy collection
getting error as
TypeScript
✗ Error Database not found
TL;DR
Developers are facing issues deploying a function due to the database not being found. The collection was not created successfully. Error "accountCreateEmailSession is not a function" was fixed. Running on appwrite 1.5.3 with cli 5.0.0.Did it create the Database succesfully?
Created the database but not the collection
It's just not db also the function can't deploy
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...