We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLATFORM_ROUTES
the upstream value in a route object includes the upstream endpoint instead of just the upstream name
upstream
in ddev:
$ echo $PLATFORM_ROUTES | base64 --decode | jq { "https://multisite-dir-demo.ddev.site/": { "primary": true, "id": null, "production_url": "<no value>", "attributes": {}, "upstream": "bvdr:http", "type": "upstream", "original_url": "<no value>" } }
vs in platform.sh
"https://testdev-a57goni-x2uapu3x4o234.us-4.platformsh.site/": { "attributes": {}, "id": null, "original_url": "https://{default}/", "primary": true, "production_url": "https://master-7rqtwti-x2uapu3x4o234.us-4.platformsh.site/", "type": "upstream", "upstream": "bvdr" },
in #64 the sample from ddev shows the correct upstream value so possibly a regression at some point?
The text was updated successfully, but these errors were encountered:
I imagine if a regression, it would have been in
Sorry, something went wrong.
Discussion in https://platformsh.slack.com/archives/C03GRG19L2E/p1717184215113649
No branches or pull requests
the
upstream
value in a route object includes the upstream endpoint instead of just the upstream namein ddev:
vs in platform.sh
in #64 the sample from ddev shows the correct
upstream
value so possibly a regression at some point?The text was updated successfully, but these errors were encountered: