#traefik Articles


Get over CORS error when developing locally

Why you're here? You are developing a frontend and running a development server, your server is running on your localhost interface on port 8080. In order to develop the frontend app you need the api from localhost running on port 8000. You write your frontend code and an set the …