-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Which Umbraco.Community.Sustainability version are you using?
1.0.5
Which Umbraco version are you using? For example: 10.8.0 - don't just write v10
13.3.2
Bug summary
If I run Umbraco locally on Windows machine everything works fine, but when I run it on Azure (Linux container) I see that Umbraco can't start. In logs I see this issue:
2024-12-12T14:03:06.588709125Z Failed to install browsers
2024-12-12T14:03:06.588764928Z Error: EINVAL: invalid argument, mkdir '/home/site/wwwroot/\ms-playwright'
2024-12-12T14:03:06.664750747Z Unhandled exception. System.Exception: Playwright exited with code 1
2024-12-12T14:03:06.664796949Z at Umbraco.Community.Sustainability.SustainabilityComposer.Compose(IUmbracoBuilder builder)
2024-12-12T14:03:06.664803750Z at Umbraco.Cms.Core.Composing.ComposerGraph.Compose()
2024-12-12T14:03:06.664809050Z at Umbraco.Cms.Core.DependencyInjection.UmbracoBuilderExtensions.AddComposers(IUmbracoBuilder builder)
Could you fix that?
Steps to reproduce
- Install 1.0.5 package
- Try to run Umbraco on Linux
Expected result / actual result
Expected result: Umbraco runs without issues
Actual result: issue on startup