Closed hfloyd closed 1 year ago
Apologies for this one @hfloyd - this slipped through in our release of 9.5.7 but was fixed fairly shortly afterward with 9.5.8. So if you upgrade to that, you should be fine. It is due to autoupgrade on Cloud today.
Thanks, @AndyButland today's update to 9.5.8 seems to have fixed it. 😊
Forms 9.5.7 | Umbraco 9.5.4 | Deploy 9.5.3
On a page which previously worked fine, the latest update to Umbraco Forms has broken form rendering. The error show is this:
The error is occurring here:
@(await Component.InvokeAsync("RenderForm",new { formId = form, recordId = recordGuid, theme = theme, includeScripts = includeScripts }))
I set a break point and checked the parameter values, but everything looks correct. It seems the issue is happening inside the "RenderForm" Component.
When I re-install Umbraco.Forms 9.5.6, the error goes away and the form is rendered correctly.