Server Test Page
Server Response Data
{
"serverTest": true,
"timestamp": "2026-03-21T19:45:18.750Z",
"environment": "production",
"vercelInfo": {
"region": "iad1",
"environment": "production"
}
}If you can see structured data above with timestamp and environment information, then server-side rendering is working correctly!
This means your Vercel deployment is properly configured for server-side components.