Skip to content

Commit 5f059fe

Browse files
authored
Merge pull request #207 from makeplane/project-unsplash
Project creation troubleshooting and Supported file types
2 parents 66d2730 + 3130642 commit 5f059fe

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

docs/core-concepts/issues/overview.mdx

+21-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,27 @@ You can easily add links and upload attachments to issues in Plane to provide ad
6868

6969
You can link to external resources, documentation, or related issues by adding URLs in the **Add link** modal. This helps in providing quick access to important references without cluttering the issue itself.
7070

71-
Plane allows you to upload different file types directly to the issue. Whether it’s an image, video, PDF, or a zip file, use the **Attach** button to upload it.
71+
Plane allows you to upload different file types directly to the issue. Use the **Attach** button to upload attachments.
72+
73+
### Supported file types
74+
75+
- **Images**
76+
JPEG, PNG, GIF, SVG, WebP, TIFF, BMP
77+
78+
- **Documents**
79+
PDF, Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Plain Text, Rich Text Format (RTF), OpenDocument Spreadsheet, OpenDocument Text, OpenDocument Presentation, OpenDocument Graphics
80+
81+
- **Audio**
82+
MP3, WAV, OGG, MIDI, AAC, FLAC, M4A
83+
84+
- **Video**
85+
MP4, MPEG, OGG Video, WebM, QuickTime, AVI, WMV
86+
87+
- **Archives**
88+
ZIP, RAR, TAR, GZIP
89+
90+
- **Other**
91+
CSS, JavaScript, JSON, XML, CSV
7292

7393
## View issue activity
7494

docs/core-concepts/projects/overview.mdx

+9
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,12 @@ You can delete a project to completely remove it in [Project settings](/core-con
6868
Right now, Plane doesn’t offer a way to recover a deleted project, so be sure before you hit delete.
6969
:::
7070

71+
## Troubleshooting
72+
73+
### Unable to create new projects
74+
75+
When attempting to create a new project, the page auto-refreshes, but no project is created.
76+
77+
This issue typically occurs in **self-hosted instances** when the Unsplash API key configured in your instance has expired or is invalid.
78+
79+
Update the [Unsplash Access key](https://developers.plane.so/self-hosting/govern/instance-admin#images-in-plane) in God mode to resolve this issue.

0 commit comments

Comments
 (0)