Postiz One-Click Service missing X/Twitter environment variables #8234
saikhalladi-wq
started this conversation in
Improvement Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
The Postiz one-click service template is missing X (Twitter) integration environment variables.
Current Behavior
Root Cause
The Postiz template is missing these required environment variables:
X_API_KEY(OAuth 1.0a Consumer Key)X_API_SECRET(OAuth 1.0a Consumer Secret)X_CLIENT(OAuth 2.0 Client ID)X_SECRET(OAuth 2.0 Client Secret)Evidence
In v4.0.0-beta.461, Instagram variables were added with this fix:
X/Twitter needs the same treatment.
Expected Behavior
X environment variables should be included in the Postiz template, just like:
LINKEDIN_CLIENT_ID/LINKEDIN_CLIENT_SECRETINSTAGRAM_CLIENT_ID/INSTAGRAM_CLIENT_SECRETAdditional Context
Solution
Add the missing X environment variables to:
templates/compose/postiz.yamlSimilar to the Instagram fix in PR #6424.
Beta Was this translation helpful? Give feedback.
All reactions