working outside of application context – Flask May 31, 2023 by Tarik Maybe you need to call your function inside an application context: with app.app_context(): # call your method here