Posts by Marcos Capistrano dePaula • 1 point
1 post
-
0
votes1
answer2001
viewsQ: Xmlhttprequest failing due to No 'Access-Control-Allow-Origin' [React/Mongo/Axios]
I have a backend running on localhost with the following code: server.js: const port = 3003 const bodyParser = require('body-parser') const express = require('express') const server = express()…