Debugging

DeepStack logs all errors that may occur, in a case where your requests are returning 500 error codes, you can check the error logs as Below

DeepStack Docker

When running DeepStack docker versions, do the following

Step 1: Get the DeepStack container name

sudo docker ps

Step 2: Open a terminal in the Container

sudo docker exec -it container-name /bin/bash

Step 3: CD to the logs folder and Open Error Logs

cd /app/logs && cat stderr.txt

This will open the file stderr.txt and would contain information about what went wrong in DeepStack

DeepStack Windows

When running the windows version of DeepStack, do the following

You will find the file stderr.txt in C:/Users/username/AppData/Local/DeepStack