Not able to run in DigitalOcean App Platform #13604
dlidstrom
started this conversation in
Features and ideas
Replies: 2 comments
-
Hi @dlidstrom. The installer is skipped if you use unattended installs and upgrades. Please try if this works |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @bergmania! That worked like a charm, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to run Umbraco in DigitalOcean App Platform. This platform is K8s, fully managed and abstracted to make things easy. However it seems the installation flow is tripping up App Platform. I am unable to load the installation wizard as App Platform responds with
I think the reason is this:
https://github.com/umbraco/Umbraco-CMS/blob/v11/contrib/src/Umbraco.Web.BackOffice/Install/InstallController.cs#L60
The last lines logged in runtime logs in App Platform is just that:
How is the install flow supposed to work? Returning 503 and expecting the browser to render
UmbracoInstall/Index.cshtml
?@Zeegaan
Beta Was this translation helpful? Give feedback.
All reactions