Can you please please please show how to deploy this app to either vercel, netlify or any other platform please. I've been stuck on that for the past 3 days now, please.
I have got error as Failed to load the resource. I think there is problem in api fetching..i put correct all the api keys and tokens but i got that error. Can somebody help how can i resolve that error? 🙏🙏🙏🙏🙏
Can you please make a video on nodejs stream with video file. With video authorization and encryption like netflix or prime video with s3 or Digitalocean Space?
@@mafiacodes i got it what you are trying to say but I'm running into a problem like I'm trying to authenticate user but where to store token. I'm trying to store token inside cookie and cookie does not set and don't want to use it in local storage. Not enought tutorial to learn more about it
Hey, I was able to implement all these in localhost only.. when I deployed both front end and backend apps live.. it's not working. Even though changing the localhost link to deployed link in the proxy . Can you help me out???
bro i have tried to upload it in azure but i am getting errors. i have changed on twitter apis from your code. do i need change any other code? bro please help me
Please make video on more real world related like WordPress plugins, stripe integration like Uber(owner gets his cut). Air table, Sanity. What you teaches here is completed irrelevant in freelancing or a job project. Their requirements are totally different. Like download data in PDF, EmberJs,EtherScan,SSL Mobile Authentication, QR code etc. A todo app or Url shorter or a simple crud Blog isnt gonna cut it.
When I configured the package.json I received an error. I did what you stated, but it did not run concurrently and exited. The script you had me enter did not work
Hello I am doing this type of project for the first time I am getting some errors please help [0] ''cd' is not recognized as an internal or external command, [0] operable program or batch file. [1] 'frontend' is not recognized as an internal or external command, [1] operable program or batch file. [1] frontend exited with code 1 [0] 'cd exited with code 1 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! twitter-trends@1.0.0 dev: `concurrently 'cd frontend && npm start' 'cd backend && npm run dev' ` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the twitter-trends@1.0.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install? npm ERR! A complete log of this run can be found in:
Thanks a lot for the video. I was stuck for a while because of that proxy and CORS error.
Glad it helped!
Hey brother I am getting 500 error upon fetching current trends.
Thank you man. A suggestion for video can be a MERN app.
Will do
Can you please please please show how to deploy this app to either vercel, netlify or any other platform please. I've been stuck on that for the past 3 days now, please.
What problem u r encountering?
Awesome👍, make more videos like this and which keyboard are you using?
Subscribe like share 👍
Razed black widow elite
pls tell how to add more countries its urgent
I have got error as Failed to load the resource. I think there is problem in api fetching..i put correct all the api keys and tokens but i got that error. Can somebody help how can i resolve that error? 🙏🙏🙏🙏🙏
Can you please make a video on nodejs stream with video file. With video authorization and encryption like netflix or prime video with s3 or Digitalocean Space?
how to deploy this in hosting
why can't we make calls to twitter API in the frontend itself using fetch or axios?
Hey truly mittal try make video on microcontroller and Arduino
Getting 500 error when fetching data from twitter v1.1 api . Pls help🙏
did you solve the problem?
@@rafaelcarvalhodev I am still getting 500 error
Hey can you use your nodejs api you made for authentication in react js. Please reply if that's possible
Bro I’ll try but it’s simple. Use context api and use an axios interceptor.
@@mafiacodes i got it what you are trying to say but I'm running into a problem like I'm trying to authenticate user but where to store token. I'm trying to store token inside cookie and cookie does not set and don't want to use it in local storage. Not enought tutorial to learn more about it
Use local storage, it’s ok to use
Or instead of sending a pair of token from api send http only cookies and use them
thanks
Twitter API is different now
Hey, I was able to implement all these in localhost only.. when I deployed both front end and backend apps live.. it's not working. Even though changing the localhost link to deployed link in the proxy . Can you help me out???
hey man, did you manage to deploy the app? I'm having the same issue, i can't deploy it.
For that you cannot simply use proxy pass, but instead use cors in express application to allow requests from frontend
how to deploy
for start front and back together use this=> "dev": "concurrently \"cd frontend && npm start\" \"cd backend && npm run dev\" "
Please, make a detail tutorial video on Recommandation System with firebase bigQuery and tenserflow in android studio.
bro i have tried to upload it in azure but i am getting errors. i have changed on twitter apis from your code. do i need change any other code? bro please help me
Please make video on more real world related like WordPress plugins, stripe integration like Uber(owner gets his cut). Air table, Sanity. What you teaches here is completed irrelevant in freelancing or a job project. Their requirements are totally different. Like download data in PDF, EmberJs,EtherScan,SSL Mobile Authentication, QR code etc. A todo app or Url shorter or a simple crud Blog isnt gonna cut it.
When I configured the package.json I received an error. I did what you stated, but it did not run concurrently and exited. The script you had me enter did not work
just make sure you entered the quotes correctly or you can compare it with my repo on GitHub, link in description
Sir, Twitter are getting paid for thair trending API, how to make this project now .
Did you get any solution?
no @@littleremix7302
@@littleremix7302 no
Hi, why am I always getting 500 from twitter API? Apparently Its not a token issue
I am also getting same error. Did u solve that issue?
Same
did you solve the problem?
Can you tell vscode theme name 😁
Snazzy operator
🥰
Bro how to deploy
ruclips.net/p/PLdHg5T0SNpN38gy5xZ0PVEaDdZXlPkgP9
@@mafiacodes need to change the local host url right????????
And need the change the port ???
@@mafiacodes bro please reply
"dev": "concurrently 'cd frontend && npm start' 'cd backend && cd myApp && npm run dev' "
remember, express is stored in backend -> myApp
Hello I am doing this type of project for the first time I am getting some errors please help
[0] ''cd' is not recognized as an internal or external command,
[0] operable program or batch file.
[1] 'frontend' is not recognized as an internal or external command,
[1] operable program or batch file.
[1] frontend exited with code 1
[0] 'cd exited with code 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! twitter-trends@1.0.0 dev: `concurrently 'cd frontend && npm start' 'cd backend && npm run dev' `
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the twitter-trends@1.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
Did you ever figure this out. I am getting the same and running this in a windows machine.
@@AutopilotAdventures I'm getting the same issue - it doesn't work!!!!!!!!