Open jakiepari opened 3 years ago
Yes i find way to fix it: go to node_modules then @androz2091/insta.js/src/structrures/Client.js then go to line 359 and delete it
Yes i find way to fix it: go to node_modules then @androz2091/insta.js/src/structrures/Client.js then go to line 359 and delete it
Thank you!
Yes i find way to fix it: go to node_modules then @androz2091/insta.js/src/structrures/Client.js then go to line 359 and delete it
but if in heroku how? In my vps Is working but not in heroku
Yes i find way to fix it: go to node_modules then @androz2091/insta.js/src/structrures/Client.js then go to line 359 and delete it
but if in heroku how? In my vps Is working but not in heroku
just copy insta.js folder from node modules and put in your directory and replace require("@androz2091/insta.js") with require("./insta.js")
Yes i find way to fix it: go to node_modules then @androz2091/insta.js/src/structrures/Client.js then go to line 359 and delete it
Thank you!
You're welcome
Why is it working? It should not as you are not passing a state to the package right?
(node:4) UnhandledPromiseRejectionWarning: IgResponseError: POST /api/v1/accounts/msisdn_header_bootstrap/ - 302 Found;
I got this error and i dunno how to fix it. Can someone help me?