The UI does not load the tabs appropriately:
# prefect-ui
b
The UI does not load the tabs appropriately:
1
n
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
1. I am using version 2.10.17. 2. TypeError: crypto.randomUUID is not a function
n
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
I have question, seems updates are too quick. Is there LTS versioning so that there smooth migrations to newer versions
1
n
We don’t at this time have LTS versions for 2.0