I am using route(server side of the next js) (dumb question )but do I use client or server side package ? If server side , I have to use users creation right ?
Client. If you want the users to create account, use client sdks.
Server sdks give you admin level powers, the api keys shouldn't be exposed anywhere.
But nextjs also has a server side right ?
I highly suggest not making Appwrite API calls server-side because trying to handle the session server side can be a pain
Hi,thanks alot for the suggestion. I have gone with the route of using it in client
Recommended threads
- 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...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...