-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to fix 302 found error? #65
Comments
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! |
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") |
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?
The text was updated successfully, but these errors were encountered: