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
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...