https://prefect.io logo
b

Bebeto Nyamwamu

06/27/2023, 1:53 PM
The UI does not load the tabs appropriately:
1
n

nicholas

06/27/2023, 3:34 PM
Hi @Bebeto Nyamwamu - I think the thread above you is probably the issue you’re seeing but I can’t say for certain. can you share information about 1) what version of Prefect you’re using and 2) and errors you see in the JavaScript console?
b

Bebeto Nyamwamu

06/27/2023, 3:36 PM
1. I am using version 2.10.17. 2. TypeError: crypto.randomUUID is not a function
n

nicholas

06/27/2023, 4:00 PM
Got it, thank you - that’s the same issue and will be resolve in the next release. For context, this issue exists because Prefect is allocating IDs in the browser using the JS
crypto
module - this module isn’t available in unsecured contexts like the one you’ve deployed your application to. You’ve got a couple of options - you can wait until Thursday when we release 2.10.18 and upgrade your instance to use that version of Prefect or you can secure your endpoint by adding an SSL cert (thereby allowing your browser to request the app via https)
🙌 1
Apologies for the inconvenience here
1
b

Bebeto Nyamwamu

06/27/2023, 4:02 PM
I have question, seems updates are too quick. Is there LTS versioning so that there smooth migrations to newer versions
1
n

nicholas

06/28/2023, 12:40 PM
We don’t at this time have LTS versions for 2.0