Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Martin Rud 261 posts 1022 karma points c-trib
    Dec 23, 2023 @ 09:17
    Martin Rud
    0

    Umbraco 13: When deploying to production I get "Boot failed" and an empty logfile

    I have tried with both MSSQL database and sqlite but same error and empty logfile.

    What I have done locally:

    1. VS Code terminal
    2. dotnet new install Umbraco.Templates
    3. dotnet new umbraco --name myProject
    4. cd myProject
    5. dotnet run
    6. site installs and works locally

    What I have done to deploy:

    1. Visual Studio 2022
    2. Web deploy

    I deploy to Simply.com hosting and I do it the same way I have done many times with Umbraco 9, 10, 11 and 12 sites without problems.

    Can anyone point me in some direction?

  • Justin Neville 24 posts 198 karma points c-trib
    Dec 23, 2023 @ 09:53
    Justin Neville
    100

    Try adding TrustServerCertificate=True to the connection string. Failing that, what error message do you see in the logs?

  • Martin Rud 261 posts 1022 karma points c-trib
    Dec 23, 2023 @ 11:49
    Martin Rud
    0

    Thank; that solved the problem:

    Server=mssql13.unoeuro.com;Database=xxxdkdbumbraco;User Id=xxxdk;Password=xxx;TrustServerCertificate=True

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies