@robojon77 Please wait for the page to finish loading, then you can use other functions.
This error occurs when the page has not finished loading, it can cause the browser to freeze, and error occurs.
The "Wait While Element Exists" action can be used after the page loads to make sure the page is loaded, then you can perform other functions.
SequelizeDatabaseError: Timeout: Request failed to complete in 15000ms
-
Hi there, fellow BAS Developers.
I am getting the following error while executing a larger quer:
SequelizeDatabaseError: Timeout: Request failed to complete in 15000msI have already tried setting the delays in GUI, in dialect options
{"requestTimeout": 300000}None of them seems to work, is there any fix available?
-
@Marketmaker, what dialect are you using?
{ "requestTimeout": 300000 }should work for MySQL and MariaDB, for MicrosoftSQL you need to use{ "options": { "requestTimeout": 300000 } }