Many of my deployed sites, shows "Timeout Timed out waiting for runtime. runtime_timeout"
even that was perfectly build and working.
also experienced this issue, after many many refreshes it started working again. is appwrite cloud stopping runtimes if they do not have traffic?
@D5 still...
Cloud?
It's loading
Oh, yes, throws timeout. Probably because the site is very heavy and takes a lot of time to start
Incognito
What's the runtime that you're using?
Node22
And framework? What's the site's size?
NextJs
Go to the site settings and set the Resource Limits to something higher
Yes, that's somewhat heavy, but nothing out of this world
Try this
ok... let me try..
It's loading now, looks like the site or your config makes it run slow server side and needs either more resources or more optimization, like pre-rendering/static serving more content I think
I am using SSR, and total size is just 220 MB, also Build takes 8-10 minutes... I have chosen 1,2 CPU but still showing same Timed out waiting for runtime. It happens with many users.
Finally, it deployed again and now it can be accessed.
Weird. Scaling this to the team
I am having a very very similar issue with my site since I deployed to Appwrite Sites, I get a timed out error pretty frequently. It works sometimes, but mostly times out. Funny enough I have very similar specs as @ASHQKING. My build size is 208mb and my build duration is 8m 2s. Node 22, Next.js 16.
The same exact site is also deployed on Netlify and it deployed in 56s.
You can try increase Resources Limit to 1CPU, 1024 MB RAM
It works for me now.
I'm gonna try to up it to 2CPU, 2048 MB and and redeploy to see if it helps.
Recommended threads
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...
- Sveltekit + Bun sites runtime not deploy...
anyone tried deploying sveltekit + bun sites? its building but not running, and the only thing from build console to value is ``` > Using svelte-adapter-bun .s...
- Domain is owned by a different organizat...
I was trying to add a domain to one of my projects however, it keeps giving me the error of Domain is owned by a different organization. I did have a self hoste...