I’m making my first Rails deployment on Render, and it’s been stuck on “Still downloading cache” for an hour now. Is this normal for an initial deploy?
The postgresql service seems to have deployed pretty quickly by comparison.
I’m currently stuck at “Still downloading cache…” in my Render deploy. How long did it take for your web service to resolve to status of 16 and what did you do to solve it?
EDIT: I see your solution for this with:
bundle lock --add-platform x86_64-linux
I’ve already prepared my file for this, so I think I’m just stuck waiting for it to resume deployment at the moment