Posts by Kevin Uehara • 11 points
1 post
-
1
votes1
answer2457
viewsA: Blocked cross-origin request - JS/CORS/AXIOS
Setting up Cors should be done in the backend to access your endpoints. I don’t know how your backend was done... However, it follows an example using Node and Express: Before, you should add Cors…