Hi Arno, Thank you for your amazing project. I have made the following small change in the docs: - "signed" text should be "sign", fixed this small oversight in the docs.
13 lines
778 B
Plaintext
13 lines
778 B
Plaintext
---
|
|
title: Troubleshoot
|
|
icon: bug
|
|
---
|
|
|
|
## My workspace is showing Free plan and 200 chats limit
|
|
|
|
You most likely forgot to set up an `ADMIN_EMAIL` variable or did not sign 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. Otherwise, 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](./guides/s3#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](./deploy/docker#s3-storage).
|