SSR Deployment Test

Server-Side Rendering Test

Server Timestamp: 2026-01-11T05:27:47.364Z

👆 If you see a timestamp above, SSR is working!

View page source (Ctrl+U) - you should see the timestamp in HTML, not an empty div.

API Test

✅ API is working!

{
  "message": "Hello from Cloudflare Edge!",
  "timestamp": 1768109267364,
  "serverTime": "2026-01-11T05:27:47.364Z",
  "runtime": "Cloudflare Workers",
  "ssr": true,
  "test": "If you see this, your API routes are working correctly! ✅"
}

Deployment Checklist

  • ✅ Page loads successfully
  • ✅ Server timestamp is visible above
  • ✅ API endpoint returns data
  • 🔍 Check: View page source shows rendered HTML (not empty div)
  • 🔍 Check: Network tab shows x-powered-by: Nitro header