Послать post запрос через http клиент с твоими куками из браузера и с headers которые тебе решалка дала, потом после запроса смотришь на какую страницу был переход, берешь куки с хттп клиента и переходишь на следующий url.
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 } }