Flask-Login: AttributeError: type object ‘User’ has no attribute ‘get’ Flask flyf35 — 8 April 2023 · Comments off Solution @login_manager.user_loader def load_user(user_id): return User.query.get(user_id)