This message was deleted.
# ask-questions
w
This message was deleted.
f
Hi Abinash. Can you check the browser developer tools console for errors? And if there is nothing there, try running
docker-compose logs
in a terminal. There is likely an error in one or both of those places that can help debug the issue.
s
Okay , Let me check.
I am unable to find the docker-compose logs. Could you please provide the road map to the logs file.
f
Docker logs are usually accessed through a command line script
docker-compose logs
and not by directly accessing a logs file.
👍 1
136 Views