Samuel Hinton
05/06/2021, 10:06 AMUncaught (in promise) AuthSdkError: PKCE requires a modern browser with encryption support running in a secure context.
The current page is not being served with HTTPS protocol. PKCE requires secure HTTPS protocol.
Maybe this is causing issues for the dashboard (even though I can see a flows runs without issue if I navigate to the url).
Currently the IP address of the server is only accessible within a VPN so we have been using http, and it used to be fine. Is there a way of saying “Dont care about this?” or a way of attaching a certificate to a given service.
Very similar to this old bug here: https://github.com/PrefectHQ/ui/issues/588
Did some env vars not propagate correctly again? Confused as to why this used to work, but a redeploy from the prefect images no longer does soJenny
05/06/2021, 1:59 PMSamuel Hinton
05/06/2021, 2:09 PM*prefect*hq/ui:latest
with image id 3b6ca6115cc2
. Is there a good tag I should put in the image tag in the docker-compose to grab a different image. I notice that 0.14.16 branch is around that date, so I can give
image: prefecthq/ui:0.14.16
a try and see how it goes 🙂Jenny
05/06/2021, 2:11 PMprefecthq/ui:2021-04-15
Samuel Hinton
05/06/2021, 2:13 PMSamuel Hinton
05/06/2021, 2:51 PMJenny
05/06/2021, 3:00 PMSamuel Hinton
05/06/2021, 3:00 PM