Skip to content

Commit 86fa415

Browse files
authored
Merge pull request #177 from ethrx/patch-1
2 parents 5fb87c9 + a9c1305 commit 86fa415

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/providers/tiktok.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ This integration requires that you have a TikTok developer account. It also requ
1515
TikTok will also not allow http:// for your app redirect URI, so you will need to be accessing Postiz from HTTPS.
1616
</Callout>
1717

18+
<Callout type="warning">
19+
**NOTE:** TikTok fetches media via pull_from_url. Your media files must be publicly reachable over HTTPS; localhost or private routes (e.g., /uploads) will fail.
20+
Expose your uploads via a reverse proxy (e.g., [Caddy](/reverse-proxies/caddy/)) or use object storage/CDN such as [Cloudflare R2](/configuration/r2/) with public access.
21+
22+
Ensure the media domain is listed under your TikTok developer account’s verified sites.
23+
</Callout>
24+
1825
<Steps>
1926

2027
### Create you app

0 commit comments

Comments
 (0)