Debugging Starter
Debugging
- Confirm that you've correctly followed the setup, either in the Developing Docs or Self-Hosting Docs
- And ensure you are using the latest version of Domain Locker / Docker / Node, etc
- Check the logs (in your terminal) for any obvious errors or warnings
- In the app, navigate to
/advanced/debug-info
to view system status and logs - Using the info from the logs, deduce if it's:
A) A domain locker issue, in which case check the source code here
B) A third-party issue, in which case check the Third-Party Docs
Reporting
If you're unable to resolve the issue, and you believe it is a bug with Domain Locker, you can report it to us via our GitHub Issues page. (Note that there is no guarantee of a response or fix)
Please include the following information in your report:
- Steps to reproduce the issue
- Expected behavior
- Actual behavior
- Any error messages or warnings
- Your system information (OS, Browser, etc)
- Any other relevant information
- Screenshots or videos if possible
- If you're a Pro user or sponsor, please mention that in your report
Important: In your report, you must also include the output of the environment details, error log and diagnostic report which you can find on the
/advanced/debug-info
page.
