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
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