79624240

Date: 2025-05-15 22:15:22
Score: 1
Natty:
Report link

I was using site_id in firebase.json

{
  "functions": { "source": ".output/server",
    "runtime": "nodejs22"
  },
  "hosting": [
    {
      "site": "site-id-123",
      "public": ".output/public",
      "cleanUrls": true,
      "rewrites": [{ "source": "**", "function": "server" }]
    }
  ]
}

but site was not created. I created it by runnig: firebase hosting:sites:create SITE_ID

https://firebase.google.com/docs/hosting/multisites#add_additional_sites

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sebastian Wrzalek