You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/providers/tiktok.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ This integration requires that you have a TikTok developer account. It also requ
15
15
TikTok will also not allow http:// for your app redirect URI, so you will need to be accessing Postiz from HTTPS.
16
16
</Callout>
17
17
18
+
<Callouttype="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.
0 commit comments