https://prefect.io logo
t

Tim Galvin

08/03/2023, 6:23 AM
Is there any reason why I am only seeing this LFS block, and not others, in the web UI? I need to add a secret block, but it seems to be missing...
1
j

Jake Kaplan

08/03/2023, 1:51 PM
Hey, can you remove your memo store and restart your server?
~/.prefect/memo_store.toml
block type's get cached so they're not being registered every time, but if the database gets cleared the memo store file is saying not to register block types
t

Tim Galvin

08/03/2023, 2:02 PM
Ohhh awesome -- thanks for the prompt reply! I will give it a whirl tomorrow once I see that no flows are running
@Jake Kaplan - you legend. Deleting that file and restarting has solved my issue!