Is there a paramater I can setup to control the elapsed time before the system issue the “WDE0028: Request timed out.” Error?
Nop, web requests are limited in time, because normally someone is waiting for the result, and because of resource management.
Why do you need longer timeout time?
Thanks for replying.
I’m getting from time to time a time out error. In these cases, the page is not fully loaded. Actualy, some of my pages have many visual objects and JS processes before loading.
So, i’m wondering whether there is a system parameter I could modify to increase the time out limit.
@shimonsuissa1954 What is your code doing? Are you using backend code? Depending on what you are doing, you might need to tweak your code.
When I edit my database collection in sandbox mode, I sometimes found that the records underlined in red when edited that record. It remarks" WDE0028: request timeout. Actually, it should be nothing related to code. Can you tell me why and suggest some improvement?
Check your JS code when saving in data collections numbers, dates, etc… for numbers for example you should use parseInt($w(“#input3”).value, 10), or Number($w(“#input3”).value).
@yisrael-wix It’s not a backend code, but the JS code process in the $w.onReady( function () is quite heavy.