Replies: 1 comment
-
|
hi @ddiazpla As of now we have never tested it on Linux, so there are bound to be a few issues, but I'm certain they could be addressed. We don't have the skill set to do this, as we don't have experience with linux containers etc., but would love to get this working. Any chance you could help us? |
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.
-
Hi 2sxc Community,
I’m trying to run 2sxc in a Linux container (Docker) environment and encountering issues that seem tied to Windows dependencies ( file system handling).
Running Oqtane in Linux containers is great for cross-platform deployment and works well with cloud orchestration tools (like Kubernetes on AWS/EKS). However, if 2sxc requires Windows containers, it significantly limits deployment flexibility and adds management overhead.
Is 2sxc fundamentally tied to windows only containers / windows OS, or is there a path to running it in a cross-platform Docker environment?
Has anyone successfully deployed 2sxc inside a Linux container?
I’d appreciate any insights or workarounds. Thanks!
To add context about the error:
Error::Warning: The "global types" are not loaded. Please Restart Application.
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 POST http://localhost:8080/api/Log - application/json;+charset=utf-8 -
Error::Value cannot be null. (Parameter 'source') - at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Where[TSource](IEnumerable
1 source, Func2 predicate)at ToSic.Sxc.Oqt.Shared.Helpers.HtmlHelper.ManageStyleSheets(String html, OqtViewResultsDto viewResults, Alias alias, String themeName, String pageHtml) in C:\Projects\2sxc\2sxc\Src\Oqtane\ToSic.Sxc.Oqt.Shared\Helpers\HtmlHelper.cs:line 127
at ToSic.Sxc.Oqt.Client.Services.OqtPageChangeService.AttachScriptsAndStylesStaticallyInHtml(OqtViewResultsDto viewResults, SiteState siteState, String content, String themeName) in C:\Projects\2sxc\2sxc\Src\Oqtane\ToSic.Sxc.Oqt.Client\Services\OqtPageChangeService.cs:line 27
at ToSic.Sxc.Oqt.App.Index.OnParametersSetAsync() in C:\Projects\2sxc\2sxc\Src\Oqtane\ToSic.Sxc.Oqt.Client\App\Index.razor.cs:line 125
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Beta Was this translation helpful? Give feedback.
All reactions