Live result
Server read reached Convex
This page rendered on the server using fetchQuery(api.health.status) before the response reached the browser.
- Status
- ok
- Scope
- bootstrap
- Backend
- convex
- Note
- Initial Convex backend bootstrap is active.
This route demonstrates the baseline Next.js server-component pattern for Convex in VRDex: use fetchQuery for a server-only read, and keep useQuery for reactive client surfaces.
Live result
This page rendered on the server using fetchQuery(api.health.status) before the response reached the browser.