I can reach the database in the container umdata from Microsoft SQL Server Management Studio where I can see that all Umbraco tables has been created and has data in them.
And Umbraco runs in the container umbweb but it shows me the "Boot Failed Umbraco failed to boot, if you are the owner of the website please see the log file for more details." screen.
What can be wrong? I have tried to find the log file and found one via Docker (/app/umbraco/Logs/) but the files there seem not to be updated when I load Umbraco and get the "Boot Failed..."
So I guess that this error in the log file:
Boot Failed","@l":"Error","@x":"Umbraco.Cms.Core.Exceptions.BootFailedException: Could not check the upgrade state.\n ---> System.PlatformNotSupportedException: LocalDB is not supported on this platform....
does not come from running the site from Docker. Or does it?
Umbraco and Docker: I get "Boot Failed"
On my local machine with Windows 11 I have followed this guide: https://github.com/CarlSargunar/Umbraco-Docker-Workshop/blob/main/Workshop.md
I can reach the database in the container umdata from Microsoft SQL Server Management Studio where I can see that all Umbraco tables has been created and has data in them.
And Umbraco runs in the container umbweb but it shows me the "Boot Failed Umbraco failed to boot, if you are the owner of the website please see the log file for more details." screen.
What can be wrong? I have tried to find the log file and found one via Docker (/app/umbraco/Logs/) but the files there seem not to be updated when I load Umbraco and get the "Boot Failed..."
So I guess that this error in the log file:
does not come from running the site from Docker. Or does it?
is working on a reply...