Hi all, Im experiencing the dread “white dashboard...
# ask-community
s
Hi all, Im experiencing the dread “white dashboard screen” once again (and have upgraded to v0.14.17). In the chrome extension browser I see:
Copy code
Uncaught (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 so
j
Hi @Samuel Hinton - We're working hard on a fix for this! Can you check which image you're using for the UI? We made some updates recently to help with an auth issue in Cloud and other server users have had luck rolling back to the 2021-04-15 image.
s
The image is
*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 🙂
j
I'd try
prefecthq/ui:2021-04-15
s
Oh there are date tags as well, fantastic. Look at me, learning new things!
Works like a charm, thanks a ton Jenny! Is there a github issue or similar I can watch so I know when I unfreeze the tag?
j
s
Awesome, thanks Jenny 🙂