From 844832f310f2ff482fd26b0eb77431fc6cd5fb73 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Sun, 16 Jul 2023 09:27:55 +0200 Subject: [PATCH] :pencil: Add troubleshoot self-host page --- apps/docs/docs/self-hosting/troubleshoot.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apps/docs/docs/self-hosting/troubleshoot.md diff --git a/apps/docs/docs/self-hosting/troubleshoot.md b/apps/docs/docs/self-hosting/troubleshoot.md new file mode 100644 index 000000000..ef63ccc85 --- /dev/null +++ b/apps/docs/docs/self-hosting/troubleshoot.md @@ -0,0 +1,9 @@ +# Troubleshoot + +## My workspace is showing Free plan and 200 chats limit + +You most likely forgot to set up an `ADMIN_EMAIL` variable or did not signed up using the specified email. You can also set the `DEFAULT_WORKSPACE_PLAN` variable to the value of your choice (`FREE`, `STARTER`, `PRO`, `LIFETIME`, `UNLIMITED`) to attribute the specified plan to all newly created workspaces. You can also directly connect to your database and update the `Workspace` table to change the plan of an existing workspace. + +## I can't upload files + +You need to add an [S3 configuration](./configuration/builder#s3-storage-media-uploads) to your project. If you are self-hosting with Docker, you can [add a S3 service to your docker-compose file](./docker#s3-storage).