Hello, I have asession not found when I do an appwrite init project The version of my appwrite -v is
4.2.1
When I do appwrite login I have a success when I go to the ~/.appwrite folder in my prefs.json I just have my endpoint which is
{"endpoint": "https://cloud.appwrite.io/v1"}
Can you help me please ?
Try delete the prefs.json
And re-login
always the same
That's interesting I see that the Client has changed to the latest version How've you installed the Appwrite CLI?
with brew
brew tap appwrite/sdk-for-cli https://github.com/appwrite/sdk-for-cli
brew update
brew install --HEAD appwrite
Try to uninstall it
brew remove appwrite
And install version 4.2.0
brew install appwrite@4.2.0
Then, try to login
If this doesn't work well try to uninstall it and install version 4.2.0 using NPM
npm install -g appwrite-cli@4.2.0
always the same
appwrite login
β Success
appwrite init project
Error Session not found. Please run appwrite login to create a session.
And what version you've right now?
In
appwrite -v
4.2.1
Yes, Then, do this
it's good thx a lot
Great
π
It might be good to open an issue on it noting version 4.2.1 was unable to create session
As version 4.2.1 changed the client from axios to undici
Recommended threads
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! π We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...