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.
Check Appsmith version
If you need to check your Appsmith version, this can be helpful when sharing the version with the support team to debug issues or verify if you're running the latest version. Follow the steps based on your setup:
- Appsmith Cloud
- Docker
- Kubernetes
If you are using Appsmith Cloud, follow these steps to check your version:
- Log in to your Appsmith Cloud account.
- On the homepage, click on the Help (?) icon in the top-right corner.
- A modal appears showing your current version, like:
Appsmith 728cbdc1
.
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.
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.