Tom Baldwin
09/17/2021, 12:29 AMKevin Kho
09/17/2021, 12:30 AMMarvin
09/17/2021, 12:30 AMKevin Kho
09/17/2021, 12:32 AMTom Baldwin
09/17/2021, 12:36 AMKevin Kho
09/17/2021, 12:51 AMMarko Jamedzija
09/17/2021, 11:13 AMLink
in the response of the Slack message? Currently the one we get is not setting our prefect server URL.
Example message in Slack:
Run perky-hippo of flow Cloud Hook Test Flow entered a new state:
State: Success
Message: Test success state
Link: <http://prefect-hasura.prefect:3000/v1alpha1/graphql/test-slug/flow-run/><run-id>
As you see, prefect-hasura.prefect
is probably Cloud host.. This is the test request, but the same happens for the Success/Failure/etc. onesKevin Kho
09/17/2021, 2:22 PMZach Angell
09/17/2021, 2:30 PMserver_config.api.url
- the default value is here https://github.com/PrefectHQ/server/blob/master/src/prefect_server/config.toml#L24, and you can override in your custom` config.toml`
Is the host in the link not matching your api.url
configuration?Marko Jamedzija
09/17/2021, 2:43 PMapi.url
value is overriden by PREFECT_API_URL
env var, right?PREFECT_SERVER__API__URL
Zach Angell
09/17/2021, 3:26 PMMarko Jamedzija
09/17/2021, 3:36 PM