Closed
Description
📜 Description
Despite adding the MASTODON_URL env variable (per #708), I'm not able to get it working with my instance of choice.
👟 Reproduction steps
- Deploy Postiz on railway.app using the following template: https://railway.com/deploy/Rd76MM
- Follow the instructions to generate a domain and assign a port, per https://station.railway.com/templates/postiz-standalone-981f9b01#qxwz
- Redeploy
- Follow the doc instructions for Mastodon and send the curl request for your account/instance (replacing the mastodon.social links with mastodon.design)
- Add an env variable called MASTODON_URL with the value "https://mastodon.design"
- Redeploy
- Open your Postiz deployment, and try to add a new Mastodon channel
👍 Expected behavior
Redirects to your assigned Mastodon instance
👎 Actual Behavior with Screenshots
You're still redirected to mastodon.social:
I even tried modifying the auth URL to make it mastodon.design instead, and got this:
💻 Operating system
Something else
🤖 Node Version
?
📃 Provide any additional context for the Bug.
Railway deployment
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
None