After setting up all the Twitter Secret Keys and starting the run command yarn run dev
- I noticed the following error message (Bad request Stream)

I'm guessing it's from the Twit framework and the updated twitter API endpoint for filtered streaming. I tried logging the streaming request from the node_module, like in the image above but couldn't find the requested link
I also tried updating the streaming endpoints to twitter v2 from node_module... (locally), still logging the same error.
After setting up all the Twitter Secret Keys and starting the run command
yarn run devI'm guessing it's from the Twit framework and the updated twitter API endpoint for filtered streaming. I tried logging the streaming request from the node_module, like in the image above but couldn't find the requested link
I also tried updating the streaming endpoints to twitter v2 from node_module... (locally), still logging the same error.