Getting run time errors for Content and App modules after installing the 2sxc module to an Oqtane 6.0.1 (.NET 9) Azure website #3563
Replies: 2 comments
-
I think the problem is with the latest version (19.0.3) - I installed it on a different instance of Oqtane (6.0.0) and got the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
could you tell us what render mode you're using so we can fix ASAP? |
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
-
hi - I've been using the 2sxc Content and (some of the) App modules successfully in an Oqtane 6.0.0 Azure website, but today I installed the module on a new Oqtane 6.0.1 website, with Render mode interactive, and I got errors on adding a Content and an App module to the home page.
For the Content module, I get:
Error: System.ArgumentNullException: Value cannot be null. (Parameter 'collection') at System.Collections.Generic.List
1.AddRange(IEnumerable
1 collection) at ToSic.Eav.Apps.Services.AppDataStackService.GetStack(AppThingsIdentifiers target, IEntity viewPart) at ToSic.Eav.Apps.Services.AppDataStackService.GetStack(String part, IEntity viewPart) at ToSic.Eav.Context.Internal.ContextOfApp.<get_AppSettings>b__22_0() at ToSic.Lib.Helpers.GetOnce1.Get(Func
1 generator) at ToSic.Eav.Context.Internal.ContextOfApp.get_AppSettings() at ToSic.Sxc.LookUp.Internal.SxcAppDataConfigProvider.GetLookupEngineForContext(IContextOfSite context, IApp appForLookup, IBlock blockForLookupOrNull) at ToSic.Sxc.LookUp.Internal.SxcAppDataConfigProvider.GetDataConfiguration(EavApp app, AppDataConfigSpecs specs) at ToSic.Eav.Apps.Internal.EavApp.<get_AppDataConfig>b__22_0() at ToSic.Lib.Helpers.GetOnce1.Get(Func
1 generator) at ToSic.Eav.Apps.Internal.EavApp.get_AppDataConfig() at ToSic.Eav.Apps.Internal.EavApp.<get_ConfigurationProvider>b__19_0() at ToSic.Lib.Helpers.GetOnce1.Get(Func
1 generator) at ToSic.Eav.Apps.Internal.EavApp.get_ConfigurationProvider() at ToSic.Eav.Apps.Internal.EavApp.BuildDataTDataSource,TResult at ToSic.Eav.Apps.Internal.EavApp.get_Data() at ToSic.Sxc.Web.Internal.JsContext.JsContextAll.GetJsContext(String systemRootUrl, IBlock block, String errorCode, List1 exsOrNull, RenderStatistics statistics) at ToSic.Sxc.Blocks.Internal.Render.RenderingHelper.ContextAttributes(Int32 instanceId, Int32 contentBlockId, Boolean includeEditInfos, Boolean includeJsApiContext, String errorCode, List
1 exsOrNull, RenderStatistics statistics) at ToSic.Sxc.Blocks.Internal.Render.RenderingHelper.WrapInContext(String content, NoParamOrder noParamOrder, Int32 instanceId, Int32 contentBlockId, Boolean editContext, Boolean jsApiContext, String tag, Boolean addLineBreaks, String errorCode, List`1 exsOrNull, RenderStatistics statistics) at ToSic.Sxc.Blocks.Internal.BlockBuilder.RenderInternal(RenderSpecs specs)When I add the App module, no error appears in the web page, but choose App hangs, and the browser developer window shows an "Object not set to an instance of an object" error:
![image](https://private-user-images.githubusercontent.com/6942065/406628998-5b4d3546-b9b8-476f-a6c7-ccbbc54a3e16.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODU2MDMsIm5iZiI6MTczODg4NTMwMywicGF0aCI6Ii82OTQyMDY1LzQwNjYyODk5OC01YjRkMzU0Ni1iOWI4LTQ3NmYtYTZjNy1jY2JiYzU0YTNlMTYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMjM0MTQzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGZkMzI1ZjBjZGUzODAwY2I0Njk0MzM4MDM0ZTM1NGQ3Y2QxNDdhNzFjMzRkNzMzZGNiNTZiNzdhOTVlMjBjNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.RqY4c033IIQ5eqigBU7mKTygD6tUb9nKAGjtd-5u1pQ)
Any ideas what the problem could be please?
Beta Was this translation helpful? Give feedback.
All reactions