I got another problem :s
Since I'm trying to work between frontend/backend relation I need my dev front to be in relation to the dev backend. So I started the front on port 8000 and the back on 8003.
While tryng to connect to the back I got an api error CSRF cookie not set. So I disabled django.middleware.csrf.CsrfViewMiddleware. But I still cannot connect to the backend 😢 Now I have django.request WARNING Unauthorized: /api/v1/ for every request
the back run in docker, the front with yarn.