You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are on Azure DevOps Server 2022 and the Days Off icons are not loading on the calendar.
The error in the browser console is:
Error getting event data.
Event source: Days off
Reason: Could not load event source Days off. Request timed out.
The issues listed below seem related to mine. I believe that the root issue is that there is too much data being requested/transferred on initial load, but short of optimizing that which could take significantly more time and effort, could we get the timeout at line 279 of calendar.ts increased? In my testing, it looked like increasing the timeout from 5000 to 10000 worked reliably, but I would prefer to bump it to 12000 to give some wiggle room.
Hi, we have been working on the team calendar to improve the on-prem version. We will release it as soon as possible, and I will also try to resolve this issue in the same release
We are on Azure DevOps Server 2022 and the Days Off icons are not loading on the calendar.
The error in the browser console is:
Error getting event data.
Event source: Days off
Reason: Could not load event source Days off. Request timed out.
The issues listed below seem related to mine. I believe that the root issue is that there is too much data being requested/transferred on initial load, but short of optimizing that which could take significantly more time and effort, could we get the timeout at line 279 of calendar.ts increased? In my testing, it looked like increasing the timeout from 5000 to 10000 worked reliably, but I would prefer to bump it to 12000 to give some wiggle room.
#376
#247
#241
#165
#121
The text was updated successfully, but these errors were encountered: