[Vuejs]-Axios CORS issue on AWS Elastic Beanstalk

0๐Ÿ‘

you can fix this on your local system by adding Allow-Control-Allow-Origin to your chrome browser and adding your localhost in it. There is a similar question that might help you down the line.

0๐Ÿ‘

I need to add CORS (Cross-Origin Resource Sharing) middleware in FastAPI

Reference: https://fastapi.tiangolo.com/tutorial/cors/

Leave a comment