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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...