Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 824 Bytes

troubleshooting.md

File metadata and controls

23 lines (13 loc) · 824 Bytes

Troubleshooting

Are you having issues with setting up your environment? Here are some tips that might help.

EoL Sequence Configuration errors.

Some users may encounter issues if their system is automatically converting end of line sequence from LF to CRLF. If the problem is related to git configuration, here is a link that can help.

Always unauthorized

Sometimes we have issues setting up .env file with the correct value. The .env should contain:

HOST_IP=<IP_Address>

If the IP_Address is not your network IP address, please set it manually and run the system using native docker-compose commands.

NOTE: You are welcome to contribute with any issue that you encounter during setup.