You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can communicate with the Admin instance on 4321 without issue from an external machine
telnet ADMIN-HOST 4321
You can communicate with the API instance on 4321 without issue from an external machine
telnet API-HOST 4321
When Admin tries to communicate with the API we get:
1. 404 errors
2. No traffic between the API and Admin docker containers
On the API
1. No traffic between the API and Admin docker containers docker logs -f talawa-api-dev
1. TCP dump on port 4000 doesn't show traffic tcpdump -n -X tcp port 4000
1. On Admin
1. Developer tools > network, shows traffic not being routed correctly
This is for the Develop Branch
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Actual behavior
It doesn't work. These are the symptoms
nginx
configuration is removed from the API docker files, we can communicate with it easily. This query succeeds:1. 404 errors
2. No traffic between the API and Admin docker containers
1. No traffic between the API and Admin docker containers
docker logs -f talawa-api-dev
1. TCP dump on port 4000 doesn't show traffic
tcpdump -n -X tcp port 4000
1. On Admin
1.
Developer tools > network
, shows traffic not being routed correctlyScreenshots
Additional details
Please collaborate as a team on these 2 issues
develop
branch for API and Admin #3199develop
branch for API and Admin talawa-admin#3583Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: