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. To troubleshoot your issue, you can try the following:
Check Your Appsmith Version
You can check your Appsmith version to ensure compatibility with the latest features and fixes. This helps identify if an update is needed to resolve any potential issues. Use the following command to check your Appsmith version:
- For Docker:
docker exec -it appsmith cat info.json
- For Kubernetes:
kubectl exec -it <appsmith-pod-name> -- cat /appsmith-stacks/configuration/info.json
Once you've confirmed your version, visit the Appsmith GitHub Release Notes to compare your current version with the latest release. If your version is outdated, consider upgrading to the latest version to benefit from the latest fixes and features.
For instructions on how to upgrade, please refer to our upgrade guides.
Verify Logs for Errors
Logs provide key information about your Appsmith instance and help identify any issues during deployment or operation. Run the following command to check the logs:
- For Docker: You can view logs using the following command:
docker logs appsmith
- For Kubernetes: Use the following command to view logs for the Appsmith pod:
kubectl logs <appsmith-pod-name>
Restart Services
To resolve potential issues related to resource allocation or configuration changes, restart the Appsmith services. This can help in clearing temporary issues and ensuring smooth operation.
- For Docker:
docker restart appsmith
- For Kubernetes:
kubectl rollout restart deployment appsmith
If the steps above don’t resolve your issue, refer to more 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.