Currently, I am facing an issue while trying to load an array from mongoose into a twig rendered list. An error message keeps popping up:
TwigException: You are using Twig.js in sync mode in combination with async extensions.
I have made sure to carefully follow the official twigjs documentation and even added the following code:
app.set("twig options",{allow_async:true})
Despite this modification, the problem still persists! Can anyone provide any assistance?