Closed vedantchauhan closed 3 years ago
Hi Vedant ,
Could you check the docker interfaces running using ipco fig , Mostly the issue might be that the service might not be running on localhost but another IP/interface , Can you also confirm through netstat if the ports are open and listening on 127.0.0.1:8082 .
If this does not solve the issue ,let me know if we can connect
Thanks for your help, it worked.
Hi,
I am new to API vulnerability checking using vapi. I am using docker-compose to run the vapi application in my local as shown below:
The first issue is that I cannot access the documentation of vapi using http://loclahost:8082/vapi even though docker is running. The second issue, since vapi is running locally, I am using postman to access the APIs and always receive the following error:
Would you please provide any help on this? Thanks.