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
- Project restoration button in console
The project restore button in console is taking no effect, i have tried several times and still nothing, it gives same popup if i reload
- 1.9.5 Migration problem
1.9.5 migration problem after run migration command only openruntimes-executor
- Appwrite Sites deployment fails because ...
Appwrite Cloud Sites deployments are failing consistently for both GitHub and manual deployments. The build command completes successfully and packaging also c...