O
O
olezhenka2017-07-10 18:42:58
In contact with
olezhenka, 2017-07-10 18:42:58

Why does the VK callback API send requests to my server for a very long time?

Approximately after only 10 seconds the request comes. This problem is with any event, with messages, etc.
Node script. Tried different versions, the problem always remains. Even made the server completely clean, only a node on it.
Script:

var app = require('express')();

app.post('/адрес', function (req, res) {
  res.end("вернуть строку");
});

app.listen(80, function() {
  console.log('Port listening 80!');
});

Even updating the server address in the settings is delayed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Serezha, 2017-07-10
Ahen @Ahen

He most likely hits an error (not getting 200 ok), errors can be viewed in the public settings, api, in the requests section, the unsuccessful tab.
The problem is 99% on your side.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question