-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying on Railway #19
Comments
Hello, thank you for sharing your experience! I was able to repro this runtime exception here with the docker image you posted.
Since you tried Ubuntu 22.04, I also tried an image based on Ubuntu 22.04, found at https://hub.docker.com/_/microsoft-dotnet-aspnet/ The crash also happens with that base image. I will look into why that is. If a Debian-based image works for your app, using the mentioned image should be enough to fix it. |
This change fixes reporting errors in the functionality to clone git repositories: It removes an unconditional 'catch' statement that could swallow exceptions from 'LibGit2Sharp'. This change also fixed the `ArgumentNullException` on Ubuntu 22.04 described at #19 For the docker image described there, we now get this more specific error: ``` LibGit2Sharp.LibGit2SharpException: could not load ssl libraries ```
I fixed a bug in the program code that caused the With the new version of Elm Fullstack, we see a more specific error for the Ubuntu 22.04 environment.
So far, I don't know why the SSL dependency fails on Ubuntu-based docker images. Regarding your application: Note that this crash also depends on using a URL in a git repository for deploying. The attempt to load from GitHub is caused by the value for the Following is a dockerfile with this solution:
|
Hi, first of all, thanks for developing Elm Fullstack! 😁
I’m trying to deploy the test config on Railway.app using the following Dockerfile:
However, I’m getting this error output:
It’s the first time I use Elm Fullstack, Docker, and Railway, so I’m not sure if I’m doing everything correctly.
Is there something I’m doing wrong?
The text was updated successfully, but these errors were encountered: