Rob Schall
07/29/2024, 11:28 PM<div><umb-forms-render form-id="@Model.Content.Form.Value" theme="@Model.Content.Theme" exclude-scripts="true" /></div>
It doesn't render anything. When we try to render out with the Component.InvokeAsync:
@(await Component.InvokeAsync("RenderForm", new { formId = Model.Content.Form, includeScripts = true }))
We get a system.stackoverflowexception error. We've also tried to hard code these values in
@(await Component.InvokeAsync("RenderForm", new { formId = new Guid("c875c7ff-1789-422c-8688-a1abae5bd707"), theme = "themename", ThemeincludeScripts = true }))
We get the same stackoverflowexception error.
Has anyone run into this or is there a way to get a better/more informative error? The current documentation (https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/rte-blocks) seems to be a clone of v12/13 which still references Macros (which should be gone now).Dean Leigh
07/30/2024, 5:18 AMRob Schall
07/30/2024, 5:22 AMRob Schall
07/30/2024, 5:23 AMDean Leigh
07/30/2024, 6:50 AMMatt Wise
07/30/2024, 6:52 AMRob Schall
07/30/2024, 4:13 PMRob Schall
07/30/2024, 4:15 PMDean Leigh
07/30/2024, 4:38 PMRob Schall
07/30/2024, 6:31 PMRob Schall
07/30/2024, 6:32 PM