Hi Community,
I’m encountering a timeout issue when opening a specific link on a page, and I haven’t been able to determine the cause.
From the application logs, everything appears normal until the expected Page Render action, which never occurs in production (but does occur locally), so timeout finally. Below are the relevant log entries:
<code>2025-09-12 12:55:25.740-04:00 [appdev][D:2][T:6][DEBUG] DNN.Trace - PortalModuleBase.OnLoad Start (TabId:156,ModuleId:596): ASP.desktopmodules_evotiva_dnnbackup_backupconfigurationoffsite_ascx 2025-09-12 12:55:25.740-04:00 [appdev][D:2][T:22][DEBUG] DNN.Trace - PortalModuleBase.OnLoad Start (TabId:156,ModuleId:596): ASP.desktopmodules_evotiva_dnnbackup_backupconfigurationoffsite_ascx 2025-09-12 12:55:26.431-04:00 [appdev][D:2][T:22][DEBUG] DNN.Trace - PortalModuleBase.OnLoad End (TabId:156,ModuleId:596): ASP.desktopmodules_evotiva_dnnbackup_backupconfigurationoffsite_ascx 2025-09-12 12:55:26.431-04:00 [appdev][D:2][T:6][DEBUG] DNN.Trace - PortalModuleBase.OnLoad End (TabId:156,ModuleId:596): ASP.desktopmodules_evotiva_dnnbackup_backupconfigurationoffsite_ascx 2025-09-12 12:55:26.520-04:00 [appdev][D:2][T:6][DEBUG] DNN.Trace - PageBase.Render Start (TabId:156,<a href="http://localhost:8080/Default.aspx?TabId=156&ctl=BackupConfigurationOffSite&mid=596&language=en-US)" target="_blank" rel="nofollow">http://localhost:8080/Def...=596&language=en-US)</a> </code>
In my local environment, I see the final PageBase.Render entry as expected, but in production it never appears, and the page eventually times out.
PageBase.Render
Has anyone experienced a similar issue, or can suggest potential causes and troubleshooting steps to identify why the render phase is not triggered in production?
Thank you in advance for any guidance.
Jie
Posted By Jie on 9/17/2025 6:34 AM Thank you all again for your valuable input. After thorough investigation, no one was able to identify the exact cause of the issue, but we were able to find a workable solution. We added the module to a new page and performed all actions from there, which resolved the problem, the issue is still there in the original page though. Hopefully, this approach may help anyone encountering a similar issue.
Thank you Jie for taking the time to share your solution!
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.