Server Test Page
Server Response Data
{
"serverTest": true,
"timestamp": "2026-02-04T01:02:51.889Z",
"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.