-
Notifications
You must be signed in to change notification settings - Fork 36
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
Project Did Not Work. Here Are The Fixes That Worked For Me #5
Comments
do you have a working version of the code? |
Yes, I've added the repo with the working code to my account. |
Thank you! |
Thanks for your fixes. I was getting the CORS issues but now that I'm using your server.js I'm still getting the same error, what could it be?
|
The project code did not function as desired when using the latest versions of the npm packages as well as the latest version of Google Chrome. Specifically, clicking on the 'New Tweets' tab showed the loading spinner continuously and resulted in multiple CORS-related errors in the console.
The 'Manage Rules' tab seems to function as expected.
The 2 main culprits appeared to be:
These changes allowed the app to work for me.
The text was updated successfully, but these errors were encountered: