-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Doesn't start to serve project #18107
Comments
Hi there @sjustesen! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Does On my test VM it runs great: Commands before this: Install dotnet
Install Umbraco (used PSW to create the install script)
|
Do note this is |
Hi Sebastiaan, If I create a totally new project on v15-rc1 it works just fine. The project I upgraded from v14 continues to stall on boot. I merged the settings from the old csproj. Originally when I updated and set Umbraco.CMS to 15.1 - it did complain about the issue #17903, which you are refering to. When I updated to rc1, the error went away but the bootup keeps stalling. Doing a Will try the rc2 :) The annoying part is that there's no error output at all, so it's hard to debug. |
Don't really have much to help debug I'm afraid! I am assuming something goes wrong with the upgrade maybe? The fact that you did see the error from #17903 doesn't surprise me, the error comes from very early on in the process. So I am assuming with the RC you get further into the process and then something .. dies. I tried some other commands but it looks the same to me, I tried Do you have unattended upgrades enabled? Maybe you can turn them off and see if the upgrade installer gives you a more meaningful error. |
Weird one too by the way, I don't get this. But you might have a |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.2-rc (Linux) x86-64
Bug summary
I'm having trouble running Umbraco 15.x on Linux
After issuing "dotnet build" - the build runs and succeeds with no error.
Moving on to run the "dotnet run", dotnet runs the package restore process again and completes it. Afterwards it just stalls with a blinking cursor and no output - at the point where it would normally start serving the project.
Issuing dotnet run -v diag doesn't show any errors.
I've seen this behaviour before when moving projects from x86-64 to ARM64,
however this is the first time I've seen it on going from v14->v15.2-rc on x86-64.
(also tried a full restore by deleting obj and bin folders)
Specifics
No response
Steps to reproduce
Build configuration: Ubuntu 24.10, Umbraco 15.2-rc, .NET SDK 9.0.102
Command line:
$ dotnet run -v diag -r linux-x64
$ dotnet clean
$ dotnet run (also runs the build step).
Expected result / actual result
Kestrel starts serving files
The text was updated successfully, but these errors were encountered: