Replies: 1 comment
-
@svennapp I'm sorry you experienced this issue, but thanks for reporting it. I have not been very on top of this project, but I managed to give this some attention just now. It appears the issue is resolved. I don't know why, but I did a fresh deploy of Render and everything worked for me. I suspect that maybe one of the public gem servers was having an issue in the particular moment you were installing. Or, it's possible that there was an issue in the code which has since been fixed in a PR. I know it's been two weeks — sorry about that — but if you'd like to give the project another try I think it will work for you now. It just worked for me. Feel free to re-open this discussion if you still experience problems. |
Beta Was this translation helpful? Give feedback.
-
Hi.
When deploying the app to render I get this error:
Dockerfile:131
130 |
131 | >>> RUN --mount=type=cache,id=gems,target=/tmp/bundle
132 | >>> bundle install
133 |
error: failed to solve: process "/bin/sh -c bundle install" did not complete successfully: exit code: 5
error: exit status 1
Any suggestions? I tried it twice as well. Thank you so much
Beta Was this translation helpful? Give feedback.
All reactions