The cookies are not included and the request comes...
# support-questions-legacy
u
The cookies are not included and the request comes from a different IP
Copy code
INFO:     127.0.0.1:52558 - "POST /auth/signin HTTP/1.1" 200 OK
USER: c4a258b4-d5a8-45cc-9fcf-818af965eee3 creating short code...
INFO:     172.17.0.1:0 - "POST /create_short_code HTTP/1.1" 201 Created
INFO:     127.0.0.1:52567 - "POST /short_code HTTP/1.1" 200 OK
USER: anonymous requesting all short codes...
INFO:     127.0.0.1:52567 - "GET /all_short_codes HTTP/1.1" 200 OK
This could be because I'm developing this locally with docker and I have a host entry in my frontend container that points my api url to the host gateway like this:
Copy code
bash
docker run --rm -it --add-host localapi.shtl.ink:host-gateway -p 3000:3000/tcp shtl-ink:local-dev
Otherwise, I'm not sure why this is happening, or how to fix it. Help appreciated 🙂