Troubleshooting an issue
Last updated
Was this helpful?
Last updated
Was this helpful?
Facing a problem is never fun. This document explains the most common workflow and steps you should take to identify the issue you're having more easily and hopefully solve it yourself or with community help.
Identifying the problem is crucial.
First and foremost, try to determine when the issue happens. Try to replicate the problem. Try to update and restart your server to verify you can reproduce your issue. If you think it will describe your issue better, take a screenshot.
Check your version of Bitcart. If it is much older than the , may resolve the issue.
Restarting your server is an easy way to solve many of the most common Bitcart issues. You may need to SSH into your server to restart it.
Some issues you may only need to restart a particular service in your deployment. Such as restarting the lets encrypt container to renew the SSL certificate.
Use docker ps
to find the name of a different service you would like to restart.
Logs can provide an essential piece of information. In the next few paragraphs, we will describe how to get the log information for various parts of Bitcart.
If you would like more detailed logs and you're using a Docker deployment, you can view logs of specific Docker containers using the command line.
Run the commands below to print logs by container name. Replace the container name to view other container logs.
Even though setups differ, the chances that someone else experienced the same issue as yours are pretty high. Take a few moments, Google around and see if you can solve it yourself.
Our Telegram group is great for similar issues, other users experienced before you. Search messages for your question
If you're unable to solve the problem yourself, do not worry. There's an amid community ready to help you.
The better you describe the problem, the higher are the chances of getting a timely fix. Be concise and provide as much relevant information as possible. Be sure to include the version you're using and describe your deployment setup. Try to explain what you're trying to do and what's the issue. If you can provide the logs. If you think it's relevant, feel free to include a screenshot.
Here's a good example of how to ask a question.
I'm having a problem with XYZ. I can replicate the problem. My Bitcart version is A.B.C.D, and I deployed my server on Digital Ocean by following Docker deployment guide. I've searched through the FAQ and closed GitHub issues, but there's no solution to my problem. My Bitcart Setup is XYZ, and the issue is occurring when I do XYZ. Here are the logs I was able to get from my Bitcart instance. You can see the error in the image I attached.
WARNING
You can easily access Bitcart logs from the front-end. If you are a server admin, go to Server Management > Server logs () and open the logs file. If you don't know what a particular error in the logs means, make sure to mention it when troubleshooting.
Use docker ps
to get the name of container you need. Usually it is the name with prepended to it.
We try to document the most common issues on the . Take a look there and see if your question is recorded.
When there's an advanced technical issue, users usually open an issue on GitHub. Take a look at the Bitcart GitHub repository and browse
The community will not provide extensive support for custom deployments. I.e. Variations of are expected to be used only for development purposes and by users with technical literacy with the ability to resolve deployment and maintenance issues on their own.
For quick answers to fundamental problems, it's best to post a question in one of our .
If you have a custom build setup and are facing a complex problem, so that developers can help you out.
Some community members provide paid support. If you want a quicker help, check out the list of .