Dear Dynamicweb,
Can you please add the url for Module exceptions? Change this line:
LogManager.System.GetLogger(LogCategory.Health, "Module").Error($"An error occurred while attaching module '{paragraph?.ModuleSystemName}' (Dynamicweb.Frontend.Content)", ex)
To:
LogManager.System.GetLogger(LogCategory.Health, "Module").Error($"An error occurred while attaching module '{paragraph?.ModuleSystemName}' (Dynamicweb.Frontend.Content) {Context.Current?.Request?.Url?.ToString()}", ex)
Best regards,
Anders