Back
Oli
@magical_unicorn_47039
- Support
- Python Developer
- Contributors Updates
- Product Updates
- Content Updates
- React Native Developer
- Next.js Developer
- NodeJS Developer
- Web Developer
- React Developer
- Go Developer
- Rank 1: Thread
- Community Updates
- 0Threads
- 20Replies
Threads
SSR Auth with Tanstack Start requires hard refresh
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, once setting the session, e.g. through the...
- Auth
- Web
- Cloud
6Feb 16, 2026
Completely confused about appwrite types, zod validation and html forms
I used the appwrite cli to get types such as: export type Events = Models.Row & { title: string; description: string | null; startDate: string; endDate: string; location: string; I then deri...
- Databases
- Web
- Cloud
26Dec 8, 2025
How to model user data and relationships?
I wonder how to model something like this: A user can create any amount of events. Each event belongs to one user. What I have done so far: Created a new tables called 'users' and 'events'. When a u...
- Databases
- Auth
- Web
- Cloud
24Nov 29, 2025