Overview
When using Appsmith, you may encounter errors related to both self-hosting the platform and building applications. This page provides detailed resources to help you troubleshoot and resolve common issues. Whether you're facing deployment issues, database connection problems, or application-specific errors, you can find the relevant troubleshooting guides below for step-by-step solutions.
To start troubleshooting, it's important to first verify that you're using the latest version of Appsmith, as many issues can be resolved through updates.
- Check your Appsmith version. Knowing your version is crucial for debugging and ensuring compatibility with the latest features and fixes. Follow these steps based on your deployment:
- Docker
- Kubernetes
If you are using Docker to host Appsmith and want to check your version, follow these steps:
- Run the following command in your terminal:
docker exec -it appsmith cat info.json
- Look for the version field in the output, which shows your current Appsmith version.
If you are using Kubernetes (K8s) to deploy Appsmith and need to check the version, follow these steps:
- Identify the name of the Appsmith pod:
kubectl get pods
- Run the following command to check the version:
kubectl exec -it <appsmith-pod-name> -- cat /appsmith-stacks/configuration/info.json
- Look for the
version
field in the output.
- After confirming your Appsmith version, visit the Appsmith GitHub Release Notes to compare your version with the latest release. If your version is outdated, consider upgrading to resolve known issues and benefit from new features.
See the upgrade guides for instructions on how to upgrade.
- If issues persist, explore specific troubleshooting guides:
This section guides you through troubleshooting common errors encountered during self-hosting Appsmith. It covers deployment issues, server setup, and configuration errors.
Learn how to resolve issues related to building and running your Appsmith applications. This guide covers errors with widgets, APIs, workflows, and integrations.
Contacting Support
If you are unable to resolve your issue using the provided troubleshooting guides, you can contact Appsmith support for assistance. To get in touch with the support team, use the chat widget on the page for further help.