React Proxy | Easiest Fix to CORS Errors

แชร์
ฝัง

ความคิดเห็น • 165

  • @HarshKanjiya
    @HarshKanjiya 2 ปีที่แล้ว +59

    sir, 4 hour,its 8:25AM, i was trying to solve this from around 3:30AM. you cant imagine how happy i am right now to find those 4 line of code in ur first 10 sec of video...... i love you man even turned on bell icon cz u saved my project, i was about to delete it

    • @amouzande9102
      @amouzande9102 9 หลายเดือนก่อน +2

      it took me two days

    • @adeolaadebowale7213
      @adeolaadebowale7213 6 หลายเดือนก่อน +2

      this is exactly how i feel right now😁😁

  • @niranjans.r1930
    @niranjans.r1930 8 หลายเดือนก่อน +7

    Unlike every other youtubers who says bunch of nonsense and non related things before giving the actual information for which we came for, You gave the most important information in the first 10 seconds and proceeded to explain it later. You have our respect.

  • @knecks7374
    @knecks7374 ปีที่แล้ว +2

    bro after 2 and a half hours of struggling around , i had lost my hope. and the i decided to watch this full video as my last tether to sanity. and that stupid failed to fetch error is finally gone. thank you dude. god bless you.

  • @---qp8bs
    @---qp8bs ปีที่แล้ว +8

    This entire list of react focussed videos is great, It is obvious you spent a huge amount of energy on taking us along on the learning curve- just compare the first couple of videos to this, it's a great expansion building on the previous knowledge!
    This video really blew me away with the quick deployment on railway, that's awesome.
    Also loving the quick snippet at the start showing the main point!

  • @krishangsharma2185
    @krishangsharma2185 11 หลายเดือนก่อน +1

    I was so stressed out about the whole CORS issue, and this, this is just gold. Straight and to the point explanation! Really appreciate the work!!!

  • @tiktaktictac
    @tiktaktictac ปีที่แล้ว +6

    This clears up a lot for me man. This is the first time I try to make a fullstack app and all these deployment issues are confusing af. Thumbs up for you 👍

  • @oyivosamuel7185
    @oyivosamuel7185 ปีที่แล้ว +1

    I dont really know u and this is my first time of watching ur video but ur video just saved me after 4 days of trying to connect my vite React project with my node js without using cors.......U are a life saver for that am subscribing......thanks again

  • @mrmaahi4945
    @mrmaahi4945 8 หลายเดือนก่อน

    I never thought that I can solve my intital (proxy setup) and final (deployment) problems by just watching one video.
    Spent all day trying different way to deploy my project but lost functionality after deployment. Finally deployed using the process in the video and everything is working sooo fine and it's soo easy. I can't thank you more, u really saved my day here and explanation is on point that made me think like, "what the hell, I understand everything this guy saying" . THANK YOU SO MUCH

  • @amouzande9102
    @amouzande9102 9 หลายเดือนก่อน

    Thank you so much for this tutorial, I've searched lots of videos and site but none of them specified exactly how to solve it in vite. really appreciate it Sam

  • @ashharSartaj
    @ashharSartaj 2 ปีที่แล้ว +5

    Can't thank you enough brother. After almost 4 hours of frustration, got the appropriate solution. Also, CORS package wasn't fulfilling the purpose, as suggested by other channels.

  • @number5322
    @number5322 ปีที่แล้ว +2

    I spent a whole night trying to circumvent those cors issues. Thank you very much. Now I'll go get some sleep

  • @krzysztofkrawczynski9404
    @krzysztofkrawczynski9404 3 หลายเดือนก่อน

    14 seconds of video pointed me into right direction. Thank you!
    Those CORS configurations are pesky . Local frontend, local backend, GitHub, remote frontend, remote backend, DEV, TEST, PROD - all permutations turn development into a quagmire. Thank you for the explanation.

  • @siddhantsrivastav8591
    @siddhantsrivastav8591 ปีที่แล้ว +4

    Really awesome video. Telling the solution at start and then it's upto the user to say. Love it man! Hope to see more youtubers be this thoughtful

  • @juanguerrero0941
    @juanguerrero0941 ปีที่แล้ว +1

    I needed a solution as fast as possible, I looked a lot of videos that didn't help me, but this one in the first 30 seconds gave me the answer, thank you

  • @charlesbrz
    @charlesbrz 3 หลายเดือนก่อน

    I am a bit clueless. But this guy pushed me in the right direction in a way I could understand. Your work is greatly appreciated

  • @Asad_The_Second
    @Asad_The_Second 4 หลายเดือนก่อน

    If only all tutorials were this thorough.
    Thanks for the video

  • @avalanche-arabic
    @avalanche-arabic 2 ปีที่แล้ว +2

    Thank you so much, after a week of search i got my issue fixed and finally the data renders on my frontend up! Keep up the great work! Thank again!

  • @VisionRevealed
    @VisionRevealed 3 หลายเดือนก่อน

    Hi, thank you sam for the videos, really amazing content, best practices, great explanation, good energy. I appreciate everything!
    Here are few tips if you are using the proxy on vite:
    - after setting up the proxy, make sure you have /api/example endpoints on your server, because if not, when you build your project the http requests will be send to /api/* endpoints and if they don't exist in your server, that will cause an error;

  • @jaitjacob
    @jaitjacob 10 หลายเดือนก่อน

    you make videos of things I've wondered about at some point during my learning process, so good! this cors issue was something I fixed using an extension without really paying attentions to the whys and how's

  • @HariRavi
    @HariRavi 2 หลายเดือนก่อน

    Thank you so much bro for telling the answer in the first 10 seconds. You really are a saviour.

  • @Šuki-z4c
    @Šuki-z4c 11 วันที่ผ่านมา

    THANK YOU! I was stuck on this for so long. I figured out how to make it work in development but when i had to deploy I could not make it work. When I heard you mention that I can just serve my dist files from my back end, thats when I figured it out. My app now works in prod!

  • @itchybakerzz5101
    @itchybakerzz5101 ปีที่แล้ว

    I've been looking for a solution about the proxy in vite-react for days, then this video solved it within 20 seconds. Thanks a lot!

  • @spab87
    @spab87 3 หลายเดือนก่อน

    THANKS A LOT!!! (I've been trying to fix this bug for couple of hours, installed nginx, like a billion of cors expansions and set everything on my Flask server... thanks for explaining it all

  • @FaySaud-j3l
    @FaySaud-j3l 10 หลายเดือนก่อน

    Thank you so much , you can’t imagine how grateful I am for this clearly instructed solution,I’ve been stuck on this CORS issue for 3 days and went through a lot of solutions and videos but yours is what worked best for me 🙏 thank you again

  • @4xsjb
    @4xsjb 8 หลายเดือนก่อน

    What a legend , i've been stuck with this for 3 days . it almost seemed impossible to solve then this video showed up when i was just scrolling 😄

  • @vinodpatil7314
    @vinodpatil7314 9 หลายเดือนก่อน

    sir from past 2 days i spent all midnight just chatgping the proxy thing and today just at 0:13 i got the solution thank you so much

  • @danielcinspace1
    @danielcinspace1 ปีที่แล้ว

    The first video I have ever commented on. CORS was driving me nuts. Thank you!

  • @ДмитрийБондарь-ж1у
    @ДмитрийБондарь-ж1у 4 หลายเดือนก่อน

    Thank you! Excellent explanation with real examples. It really helps me to fix my issue and understand the problem.

  • @ankush1228
    @ankush1228 ปีที่แล้ว

    i literally spent 2 days on cors and hosting but you made it in 15 min thanks man🥺🥺🥺

  • @CoFloCipher
    @CoFloCipher ปีที่แล้ว +1

    Just wanted to say this helped me in a bind. Thank you!

  • @Hadrian-w9c
    @Hadrian-w9c ปีที่แล้ว

    Dude, this vid saved my butt.... spent ages trying to solve a proxy issue... Sub'd!

  • @sagarchawla4926
    @sagarchawla4926 ปีที่แล้ว

    Amazing dude, i was stuck for a whole day figuring out whats wrong.

  • @explorelifewithleo
    @explorelifewithleo ปีที่แล้ว

    This video clears all my doubts about proxy server. amazing content!!

  • @chrisdan81
    @chrisdan81 ปีที่แล้ว

    thank you for this... I have been searching for this for 4 hours ...

  • @stalinengoma7680
    @stalinengoma7680 4 หลายเดือนก่อน

    Thank you for explaining this.
    I thought we have to use CORS in the backend and the Proxy in the frontend o mmake it work but your video just cleared my doubts

  • @jaisikadhiman9791
    @jaisikadhiman9791 7 หลายเดือนก่อน

    Thanku , after wasted of 2 hours i found the solution of this problem thanku😊

  • @OgbonnaBlessed
    @OgbonnaBlessed 3 หลายเดือนก่อน

    Thank you so much for making this video sir, it actually helped solve and clear the error I was encountering.
    Thank you so much sir.

  • @harshitprasad1064
    @harshitprasad1064 ปีที่แล้ว

    God bless you man!!! Thank you very much for sharing what I was looking for in the first 10 seconds of the video instead of scattering it throughout the video... ❤

  • @MatthewMcGuff
    @MatthewMcGuff ปีที่แล้ว

    I really like this pattern for building full stack react and node applications. Thanks for the video.

  • @rogut8
    @rogut8 2 ปีที่แล้ว +1

    Wow, that was fast mate. Thank you Sir :)

  • @vlogs627
    @vlogs627 ปีที่แล้ว

    Thanks. It saved my 4 hours of headache.

  • @SékouDayifourouKeïta
    @SékouDayifourouKeïta 4 หลายเดือนก่อน

    You're a master bro. Keep going ❤

  • @74LS_NE555
    @74LS_NE555 ปีที่แล้ว

    thank you for getting to the point from the start [subbed]

  • @yoslandymesa5560
    @yoslandymesa5560 ปีที่แล้ว +2

    Hi Sir. The tutorial is great, but I got catch for the plugin that helps you to complete code, I think you call it Copilot, but I see so many copilot on VS code. Could you be specific which one are you using?

  • @c1ach027
    @c1ach027 ปีที่แล้ว

    Thanks you ^^,I find this pbm with my Java Spring api and Vuejs, after your tutorial it's work. Your the best ^^

  • @eLuars
    @eLuars 2 หลายเดือนก่อน

    you are my new God now 😀

  • @WohSaadgi
    @WohSaadgi 5 หลายเดือนก่อน

    Thank you very much Sir for this Important and deep understanding video

  • @FunkyLPify
    @FunkyLPify ปีที่แล้ว

    Thanks very much for the video! Got a bit confused why some other tutorials like uploading an image to S3 didn't work for me with the way you did it, but it was because of the missing proxy haha

  • @matteonegridev
    @matteonegridev 25 วันที่ผ่านมา

    Hey, really great video that made you gain a subscriber~! I have a question tho, will it work the same way with post request (if we want to gather email from form submission into our server) when in production? I set up a server and in development once i start my server (obv) everything work fine: I'm able to gather info from the input, but what about production if I wanna make it work under the hood constantly? Thank you!

  • @aliyazdan6282
    @aliyazdan6282 10 หลายเดือนก่อน

    wow it was such a amazing video it got my lot of doubts cleared

  • @javiergarciafillol4454
    @javiergarciafillol4454 ปีที่แล้ว

    Grath, a simply solution for the express & proxy develop

  • @peyy7645
    @peyy7645 5 หลายเดือนก่อน

    Sir, U saved my life 😭😭

  • @KCODivyanshuKatyan
    @KCODivyanshuKatyan 10 หลายเดือนก่อน

    which extensions are you using for auto complete? nice explaination btw.

  • @mubashirwaheed474
    @mubashirwaheed474 2 ปีที่แล้ว +3

    Thank you, Sam, for explaining that we have our own backend, but what about the case in which we are using third-party API?

    • @SamMeechWard
      @SamMeechWard  2 ปีที่แล้ว +2

      This method only works if you're serving your react app from the same backend that you're making requests to. So you wouldn't be able to do this with a third party API, but those should already have the correct CORS configurations to allow you to make requests.

    • @mubashirwaheed474
      @mubashirwaheed474 2 ปีที่แล้ว +1

      @@SamMeechWard The API endpoint I was using didn't have CORS configured so I used a proxy to fix the issue
      Thanks

    • @pjborowiecki2577
      @pjborowiecki2577 2 ปีที่แล้ว

      @@SamMeechWard Thank you so much! Glad to have found your video and it helped me a lot. The only issue I am facing now is that this way, other routes (e.g., /admin) won't work after build - I am seeing "cannot GET /admin" messages. Routing works perfectly fine in development and I am using React Router Dom v. 6. Would you be so kind to explain this or point in the right direction? Thanks again!
      EDIT: Think I just solved it by adding
      app.use("/admin", (req, res) => {
      res.sendFile(path.join(__dirname, "dist/index.html"));
      });
      to my server. Not sure whether this is a correct approach, but it does the trick. Still, Would love to hear how you would solve this. Thanks!

    • @kenthugo
      @kenthugo ปีที่แล้ว

      @@mubashirwaheed474 Have you fixed the issue? I have tried using the video's fix but it does not work in Production.

    • @mubashirwaheed474
      @mubashirwaheed474 ปีที่แล้ว

      @@kenthugoin order to fix my issue I used the netlify's serverless function to create a proxy (express server through which request is made to the api and then proxy -backend- send the data to the frontend

  • @vishnuk9628
    @vishnuk9628 หลายเดือนก่อน

    my frontened is react js and .net core is backend, i hosted backend in server but i didnt able to connect local react to core due cors error, after this video it solved
    but my question u did chnage on development server.js but i dont have such file where i do the chnages??
    also what is express in that command ?
    help me

  • @linak1909
    @linak1909 8 หลายเดือนก่อน

    omg this is amazing XD immediately subscribed!

  • @jonamep
    @jonamep ปีที่แล้ว

    The projects I work normally frontend and server are in complete different repos. So the approach in this case would be to add both localhost and production host at server cors config ?

  • @fabianvieri1907
    @fabianvieri1907 ปีที่แล้ว +1

    Great vids, one thing is there a way to automate the build process?

  • @DeepakisDemigod
    @DeepakisDemigod 4 หลายเดือนก่อน +1

    God Bless You ❤❤❤

  • @dhaouiaziz6611
    @dhaouiaziz6611 ปีที่แล้ว +1

    should i remove the proxy in prod ?

  • @abirhal2391
    @abirhal2391 ปีที่แล้ว

    i add proxy on packaj.js and when i run npm start i get this
    Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
    - options.allowedHosts[0] should be a non-empty string. how i can solve it , i spend 3day on it

  • @soundx-q7n
    @soundx-q7n 20 วันที่ผ่านมา

    So proxying like this is perfectly safe to do in deployment?

  • @akashddeepchitransh4537
    @akashddeepchitransh4537 7 หลายเดือนก่อน

    Incredible video learned a lot

  • @jawadsaleem7495
    @jawadsaleem7495 4 หลายเดือนก่อน

    You are a life saver vruhh...

  • @mehrosenasir9974
    @mehrosenasir9974 ปีที่แล้ว

    Thank you so much from Pakistan!!

  • @nikolaradulovic9145
    @nikolaradulovic9145 ปีที่แล้ว

    Valuable content, thanks for sharing knowledge!

  • @triviachanel
    @triviachanel ปีที่แล้ว

    Thanks man, you save my life.

  • @sambashivaraoboyina3191
    @sambashivaraoboyina3191 5 หลายเดือนก่อน

    Excellent explanation

  • @BobbyAlimardani
    @BobbyAlimardani ปีที่แล้ว

    I have a React js (axios) application on the client side and Node js (express) on the backend. I use aws iis ec2 as my hosting server. All works fine both in development and production, except when I connect to Veepn Chrome (from production) then my token header is not found. I don't use proxy, could this be the issue. I would really appreciate it if you could help me.

  • @teminoah2960
    @teminoah2960 ปีที่แล้ว

    thanks Mr Sam , this absolutely helpful .

  • @watcharaponhongthong7869
    @watcharaponhongthong7869 5 หลายเดือนก่อน

    Very clear! Thanks:)

  • @111ramico
    @111ramico 10 หลายเดือนก่อน

    Thank you
    it was delighted 🙂

  • @abhishekvishal354
    @abhishekvishal354 ปีที่แล้ว

    Thank u man so much ....
    This vid was a blessing

  • @shabariks7735
    @shabariks7735 9 หลายเดือนก่อน

    i am just using normal react app even though i set it is still showing those error i am using vercel to deploy is there is any other way to fix those

  • @Geekoo
    @Geekoo 10 หลายเดือนก่อน

    Wow I can't ask more than this

  •  ปีที่แล้ว

    why do I need that proxy? why it would not work with localhost. Sorry - I am new in the field.

  • @kishoreandra
    @kishoreandra 2 ปีที่แล้ว

    Waoh thanks for the video Sam 🙌 subscribed 😉

  • @gonzalosandivaras9986
    @gonzalosandivaras9986 หลายเดือนก่อน

    Love you man! Thanks!

  • @omarkabbara6759
    @omarkabbara6759 14 วันที่ผ่านมา +1

    Very usefull

  • @onyejemeemmanuel94
    @onyejemeemmanuel94 ปีที่แล้ว

    Great but doesn't work for POST requests. All Post requests I make is somehow changed to a GET request by the proxy

  • @robfielding8566
    @robfielding8566 3 หลายเดือนก่อน

    note that such a proxy is a trivial Go program. I had ChatGPT write a reverse proxy, and it got it 99% right on the first try. I set env var PUBLIC_URL="." while making a React app, and did this proxying. So I could do hot-editing of the app running at root. And... I could upload another copy of the app anywhere in the tree, and it worked. I am a backend guy, and it drives me nuts when I can't just tar up an app and drop it anywhere into the tree due to urls like "/images/logo.svg" like they own the whole tree. Should be able to upload a list of where the backend endpoints are too.
    CORS is only about the JavaScript sandbox complaining about code coming from different hosts. And yeah... the whole point of the proxy is to force JavaScript to treat it all as one sandbox.

  • @MelakeselamMengistu
    @MelakeselamMengistu ปีที่แล้ว

    Thank you for such a clear explanation on CORS and how to resolve related errors. Im facing slighly more issues as I have containerized the frontend react app and backend spring boot api and seeing this CORS errors. I tried to add @CrossOrigin on the spring boot endpoint and also tried to add the serverUrl on the axios.post call. But it is still coming with error like u explained since the ports are different. Both containers are deployed on an EC2 instance using docker-compose remotely. Any recommendation as to how to go about resolving the issue.
    Much appreciate it.

  • @AnsonBenny
    @AnsonBenny ปีที่แล้ว

    Tnks bro its working very well, keep going👍

  • @lamha1368
    @lamha1368 ปีที่แล้ว

    Config done run on localhost then work. But when deploy to hostname server VPS then not work. It's alway show error CORS. You can help to me root core ?

  • @mamory2101
    @mamory2101 ปีที่แล้ว

    What would be a suggested way to do this?

  • @isaacjames8735
    @isaacjames8735 2 หลายเดือนก่อน

    I tried Using React Router in this method but if did not work???

  • @coder236
    @coder236 ปีที่แล้ว

    i'm currently having a nightmare trying to get my vite react app to connect to my laravel project using laravel herd 🤦‍♂i've added the localhost:5173 to the cors allowed origin array, and i've added the proxy in vite and restarted the dev server... nothing

    • @srb.11
      @srb.11 ปีที่แล้ว

      I am also facing the same issue. My front end is in Next JS and my backend API is on PHP hosted on a remote server. By adding a proxy, it works in localhost, but not working after deployment. It's been a week now since I started finding a solution, but till now, I haven't found any solution. It's frustrating.🥲😬

    • @coder236
      @coder236 ปีที่แล้ว +1

      @@srb.11 one thing I tried and seems to allow my api to connect now, is by passing the "host" property in my vite config file in the server property. I put the host value to the same domain as my laravel api, seems to work. Now I just have issues with certificates because I'm not really sure how to deal with certs properly at the moment

  • @carlosromero-r2h
    @carlosromero-r2h ปีที่แล้ว

    hi, how can i use 2 proxies in create-react-app?... by the way nice explanation.

  • @toluwanimiala4729
    @toluwanimiala4729 7 หลายเดือนก่อน

    great vid 🤌

  • @zarefgamz2515
    @zarefgamz2515 ปีที่แล้ว

    vite proxy doesn't change axios configuration

  • @crypto1886
    @crypto1886 9 หลายเดือนก่อน

    Thank you, you have recived my sub and like

  • @rendevous9253
    @rendevous9253 6 หลายเดือนก่อน

    Doesn't it support multiple routes in my react app 😭

  • @fuukowatty9817
    @fuukowatty9817 10 หลายเดือนก่อน

    when im deploying on vercel it does not work

  • @harshlohana
    @harshlohana ปีที่แล้ว

    Awesome video!

  • @zihuatanejo7741
    @zihuatanejo7741 2 ปีที่แล้ว

    Thanks a lot, great video :)

  • @user-fy2hp
    @user-fy2hp ปีที่แล้ว

    Thanks that's a great helpful information

  • @seunoyebode
    @seunoyebode 11 หลายเดือนก่อน

    what if you're using remix?

  • @rp2804
    @rp2804 2 ปีที่แล้ว

    Thanks , so we can create proxy in next js too?

    • @SamMeechWard
      @SamMeechWard  2 ปีที่แล้ว

      Yes you can, you could use http proxy middleware, or next js rewrites. However, deploying a next app is usually much different than a "traditional" react app and the plan probably won't be to bundle your client side react app with your server like it will with a react app that isn't using next.
      In next you're probably just going to use the next api or you're going to render your components on the server, or both. If you have another server that you're making API calls to, you might want to go down the CORS rabbit hole, but maybe using a reverse proxy like nginx.

  • @vladimirkuzmenkov7285
    @vladimirkuzmenkov7285 ปีที่แล้ว

    jeez man, you sure have huge eyes
    P.S. Thanks it helped!

  • @thesoftwareengineersjourney
    @thesoftwareengineersjourney ปีที่แล้ว

    Thanks I was able to fix a problem with this