Unable to View GraphQL Activity in Browser (Talawa API Dev Setup - Windows 11 / WSL2)

kamal

New member
Hi,

I'm setting up the Talawa API for the development environment on Windows 11 (WSL2).
Following the reference video, I’m able to start the project successfully, but I can’t view any GraphQL activity in the browser as shown in the at video

Here’s my relevant docker-compose API container configuration:


Code:
########## docker compose `api` container service ##########

API_DEBUGGER_MAPPED_HOST_IP=127.0.0.1
API_DEBUGGER_MAPPED_PORT=9229
API_GID=1000
API_MAPPED_HOST_IP=0.0.0.0
API_MAPPED_PORT=4000
API_UID=1000

Could you please guide me on how to fix this issue?
Thanks for your time and consideration.
 
Back
Top