
Hey,
I am currently trying to get the new authentication with ssr and next.js to work, but I can not create a api key with the neccessary scope. Also client.setSession is not available in my node sdk (server). Is this feature still not available in the cloud and needs time or am I doing sth wrong here?

What SDK Version are you using?

client :13.0.2 server node-appwrite : 11.1.1

client.setSession
is only available on 1.5x
which is yet to be released.

ah okay


is there a time window for the release

Somewhere in the March, but no exact ETA or Dates yet.

since i am using the cloud version from appwrite

See this for cloud supported APIs (1.4.13) - https://appwrite.io/docs/references/cloud/server-nodejs/account

ah, i only got the info via the newsletter from init. and then i thought it would be already available

This ticket can be closed then, is this correct? Since the problem is that the feature is not yet released?

Yes. You can add [SOLVED] as a prefix in the title.

okay . Will do that, thanks for your help

[SOLVED] API Key Auth session.write is missing
Recommended threads
- AppwriteException: Invalid `userId` para...
Trying to use the users.listSessions as given here https://appwrite.io/docs/references/cloud/server-nodejs/users#listSessions here's my code ``` const userslist...
- Is the Java SDK still a thing?
Hey, maybe its time to go back to Spring Boot. Regarding this I have the question if the Java SDK is updated and working?
- Realtime when app is in background mode
I am wondering if realtime can work if the app is in the background. For instance if uber drivers can go to a different app to answer a message but still receiv...
