Proxy Error: Could not proxy request /api/calendar/create-event from localhost:3000 to http://127.0.0.1:5000/. (ECONNRESET)

[Some context for my error] I am building a reservation system using FullCalendar, and l am at the part where l am trying to send a created reservation or event to be stored on the database. When l create the event it populates on the calendar fine, but it will not save to the mongodb. I am using mongoldb compass. The error I’m specifically getting in the console is :

I have been googling for 2 days trying to solve this error. I have tried changing the proxy settings multiple ways. I have tried rewriting the server.js file. I have tried setting breakpoints to dive deeper into the issue to no avail. Any help would be much appreciated.

Thanks

Hi,
I think I have exactly the same problem and I can’t get it to work.

Did you find a solution ?

Thanks,
Pierre

I wasn’t able to find a solution. Rebuilt the database in SQLServer and was able to get it working then. If you do find anything, let me know because l would have preferred to use MongoDB.

Thanks,
Ronan

Hi, Where you able to find a solution for this issue?