[Sites] Deployment finished but site is not accessible https://69688272b6f7b9f13020.appwrite.network
- 0
- 2
- Web
- Cloud
The deployment finished and is active but the site shows timeout error.
I can see your deployment is showing a runtime timeout error. This usually means your application is taking too long to respond to requests, often caused by slow startup, inefficient code, or waiting for external resources. What kind of application are you deploying, and have you checked your application logs for any errors or slow processes?
It's visible on my end
It's a very light-weight Next.js web application, and it builds and runs very fast in local without any error though.
Thanks for checking. Yes, it works now but I don't know, it probably takes a while to finally show up, whereas the deployment status says "active" in about 5 mins and replaces the previous one, but the page doesn't load for 20-30mins after that.
Also, the preview is not available in the build because the site was not up and marked as active. And there's this "Finalizing" status for some reason.
This was working fine a few days/weeks before though.
Can you try to deploy it again now?
I can help you fix this. Timeout issues with Next.js deployments are usually caused by incorrect port configuration, missing environment variables, or build/start script problems even when it works locally. I'd be happy to take a look at your deployment configuration and get this sorted out for you. Would you like to hop on a quick call or share your repository so I can diagnose the exact issue? I can typically resolve these deployment problems pretty quickly.
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...