(async () => {
await ig.simulate.preLoginFlow();
const loggedInUser = await ig.account.login(IG_USERNAME, IG_PASSWORD);
process.nextTick(async () => await ig.simulate.postLoginFlow());
const userFeed = ig.feed.user(loggedInUser.pk);
})();
node:internal/process/promises:246
triggerUncaughtException(err, true /* fromPromise */);
^
IgNotFoundError: GET /api/v1/fbsearch/suggested_searches/?type=blended - 404 Not Found;