Skip to content

Commit a9c1305

Browse files
authored
nit clarify and revise message
1 parent 545d144 commit a9c1305

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pages/providers/tiktok.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ TikTok will also not allow http:// for your app redirect URI, so you will need t
1616
</Callout>
1717

1818
<Callout type="warning">
19-
**NOTE:** Due to TikTok's restrictions, to upload media you have to host Postiz on a domain using a reverse proxy such as [Caddy](/reverse-proxies/caddy/) or an more manual setup with [Cloudflare R2](/configuration/r2/).
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.
2021

21-
Make sure the domain you host media on is on your developer account's list of sites with verified ownership.
22+
Ensure the media domain is listed under your TikTok developer account’s verified sites.
2223
</Callout>
2324

2425
<Steps>

0 commit comments

Comments
 (0)