Working outside of application context
Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
This happened when pulling this component 20UPGM23110488 to my LDB. I don't know what this means - what is done here that's outside of the application context. I double-checked that this is reproducible and not a result from the error 500 when trying to log into the Unicorn GUI.
Here is the snippet: https://gitlab.cern.ch/-/snippets/3329
Edited by Lingxin Meng