-
Notifications
You must be signed in to change notification settings - Fork 349
feat: added new config issues page #4576
New issue
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
base: main
Are you sure you want to change the base?
feat: added new config issues page #4576
Conversation
Added new config issues page for Tyler
Your Platform.sh environment has successfully deployed. 🚀 See the changed pages: Platform.sh docs |
Made title a bit more applicable and SEO friendly
renamed page
adjusted title
fixed typo in casing
changed title to 502
renamed page
upsun ssh 'echo $PORT' | ||
``` | ||
|
||
If your app is hardcoded to listen on a specific port like 3000 or 8000, it won't work --- it needs to use the dynamic port assigned by {{% vendor/name %}}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we had a note here (or a paragraph), telling that if the $PORT
is empty, they need to check their web.upstream.socket_family
(cf. https://docs.platform.sh/create-apps/app-reference/single-runtime-image.html#where-to-listen) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i mean if web.upstream.socket_family
is set to tcp
ping database.internal | ||
psql $DATABASE_URL | ||
``` | ||
Make sure the services are defined in `.platform/services.yaml` and linked correctly in your app configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure the services are defined in `.upsun/config.yaml`, `services` top level key, and linked correctly in your app configuration.
Added new config issues page for Tyler
Why
Closes #4575
What's changed
New page in the development section called 'configuration issues' (working title)
Where are changes
It's a new page in the development page on Upsun.
Updates are for:
sites/upsun
templates)