Question
Connection issue between frontend and backend application
My backend application is running on port no:8786 in docker , frontend angular app build is deployed in apache server and it would connect to backend api through http://localhost:8786. But it is giving error as connection refused. What to do?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×