Timeout bug in 4.7 and macro rendering in Rich Text Editor
Does anybody know if there is a bug in version 4.7 when using macros directly in the RTE? We've added a macro that renders a you tube video but we get a sql timeout error (as shown in photo).
No - there's no API calls - just building up the youtube iframe embed code directly in the macro and rendering it onto the page. It was suggested it was possibly a chrome issue but we've not replicated it
Timeout bug in 4.7 and macro rendering in Rich Text Editor
Does anybody know if there is a bug in version 4.7 when using macros directly in the RTE? We've added a macro that renders a you tube video but we get a sql timeout error (as shown in photo).
[Photo removed by request]
Hi Mayfly
What does the code for the macro look like? Is it making any API calls?
/Jan
Hi Jan
No - there's no API calls - just building up the youtube iframe embed code directly in the macro and rendering it onto the page. It was suggested it was possibly a chrome issue but we've not replicated it
Hi Carl
Could you show the code you're using to do this?
And is there any information about what is going on in the umbraco log table maybe?
/Jan
The other thing worth mentioning - it's on azure
It always seems to be the following call that is involved:
umbraco.macro.ReturnFromAlias(String alias)
is working on a reply...