Hello, i have been following a Udemy course so all of this is pretty new to me, so i am struggeling to troubleshoot what i have done wrong. I have a docker image and tried to deploy with fly.io, which is successfull, but the link is not working. Could anyone please review my screenshots and provide me with some tips? Appreciate it!! <3 <3
Running command “fly deploy” -
Using docker desktop(?)
Also configured in terminal by running:
$ docker build -t annadev2001/reactivities
$ docker run --rm -it -p 8080:8080 annadev2001/reactivities
And this workes fine, so if i run the docker, and go to localhost:8080 my application is working, so i assume the problem has to be with the fly.io?
OK, you have some Exception in your App. You need check Program.cs on line:21 and IdentityServiceExtensions.cs file on line:25. So your container is mounted correctly, but internally your App configuration is not correct.