1

I am using react, node and mongoDB to upload videos into a media bucket, then upload and be able to stream the video. everything works until I click upload and I get the following error. uncaught(in promise error)

Here is my following code for app.js please let me know if you need to see more of the code Here is the line of code where I am getting the error

jayshinobi
  • 21
  • 3
  • 2
    Please replace the images with a text-based [mcve]. We cannot debug images – evolutionxbox Jul 01 '22 at 14:55
  • 1
    A 500 http error says that there is an error with the server itself, not the react code calling it – evolutionxbox Jul 01 '22 at 14:56
  • okay I am new to react and my react is working so assumed my server was working. I ran my server alone and got a error "Error: listen EADDRINUSE: address already in use :::8000" – jayshinobi Jul 01 '22 at 15:07
  • Using node? Have a read of this https://stackoverflow.com/questions/4075287/node-express-eaddrinuse-address-already-in-use-kill-server – evolutionxbox Jul 01 '22 at 15:08

0 Answers0